DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::detail::IsOrderedAssociativeContainerFromCategory< TCategory > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

This class is used by IsOrderedAssociativeContainer to determine if the container category is ordered associative.

Definition at line 266 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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