DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
DGtal::detail::IsContainerFromCategory< TCategory > Struct Template Reference

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

This class is used by IsContainer to determine if the container category corresponds indeed to a container.

Definition at line 242 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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