Template Function length(const std::vector<T>&)

Function Documentation

template<typename T>
inline size_t length(const std::vector<T> &vector)

Returns the size of an std::vector.