DGtal  1.4.beta
DGtal::IsMultipleAssociativeContainer< T > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(detail::HasNestedTypeCategory< ContainerTraits< T > >::value &&detail::IsMultipleAssociativeContainerFromCategory< typename ContainerTraits< T >::Category >::value))
 

Detailed Description

template<typename T>
struct DGtal::IsMultipleAssociativeContainer< T >

Determines at compile time if the given type T corresponds to a multiple associative container.

Definition at line 397 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

template<typename T >
DGtal::IsMultipleAssociativeContainer< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (detail::HasNestedTypeCategoryContainerTraits< T > >::value &&detail::IsMultipleAssociativeContainerFromCategory< typename ContainerTraits< T >::Category >::value) 
)

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