length_of_type< std::vector< T > > Struct Template Reference

#include <length_of.h>

Static Public Member Functions

static size_t size (const std::vector< T > &vec)
 

Detailed Description

template<typename T>
struct illumina::interop::util::length_of_type< std::vector< T > >

Length of a generic vector type

Returns std::vector::size()

Member Function Documentation

static size_t size ( const std::vector< T > &  vec)
inlinestatic

Length of a generic vector type

Parameters
vecgeneric vector
Returns
std::vector::size()

The documentation for this struct was generated from the following file: