DGtal  1.4.beta
DGtal::detail::IsPairAssociativeContainerFromCategory< TCategory > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(boost::is_base_of< PairAssociativeCategory, TCategory >::value))
 

Detailed Description

template<typename TCategory>
struct DGtal::detail::IsPairAssociativeContainerFromCategory< TCategory >

This class is used by IsPairAssociativeContainer to determine if the container category is pair associative.

Definition at line 290 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

template<typename TCategory >
DGtal::detail::IsPairAssociativeContainerFromCategory< TCategory >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (boost::is_base_of< PairAssociativeCategory, TCategory >::value) 
)

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