length_of.h File Reference
#include <vector>
Go to the source code of this file.
Classes | |
struct | length_of_type< T > |
struct | length_of_type< std::vector< T > > |
Namespaces | |
illumina | |
illumina::interop | |
illumina::interop::util | |
Functions | |
template<typename T > | |
size_t | length_of (const T &val) |
template<typename T , size_t N> | |
size_t | length_of (const T(&)[N]) |
Detailed Description
Determine the length of an array or vector
This generic function determines the length of an array or vector
- Date
- 10/28/15
- Version
- 1.0
- Copyright
- GNU Public License.