File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 1.4.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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: