Loading [MathJax]/extensions/MathMenu.js
DGtal 2.0.0
DGtal::IsAssociativeContainer< T > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 337 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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