Loading [MathJax]/extensions/TeX/AMSsymbols.js
DGtal 1.4.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DGtal::detail::IsSimpleAssociativeContainerFromCategory< TCategory > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

This class is used by IsSimpleAssociativeContainer to determine if the container category is simple associative.

Definition at line 282 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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