cohtml::IsVector< std::vector< T, A > >
#include <Vector.h>
Inherits from cohtml::BoolConstant< true >
Public Types
Name | |
---|---|
typedef T | ElementType |
typedef A | AllocatorType |
Additional inherited members
Public Types inherited from cohtml::BoolConstant< true >
Name | |
---|---|
enum | @6 { Value} |
Detailed Description
template <typename T ,
typename A >
struct cohtml::IsVector< std::vector< T, A > >;
Public Types Documentation
typedef ElementType
typedef T cohtml::IsVector< std::vector< T, A > >::ElementType;
typedef AllocatorType
typedef A cohtml::IsVector< std::vector< T, A > >::AllocatorType;