classdesc::is_container< T > Struct Template Reference

determines if T is a container More...

#include <classdesc.h>

Collaboration diagram for classdesc::is_container< T >:
Collaboration graph

Static Public Attributes

static const bool value
 

Detailed Description

template<class T>
struct classdesc::is_container< T >

determines if T is a container

Member Data Documentation

◆ value

template<class T >
const bool classdesc::is_container< T >::value
static
Initial value:
=
is_sequence<T>::value||is_associative_container<T>::value

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