Count


Return count of items in bi-directional linked list.

template<class Type> size_t Count(TList<Type> *head);
Namespace: ntl
Include: NTL/Core/List.h