DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
DGtal::IsUniqueAssociativeContainer< T > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 387 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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