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

#include <DGtal/base/ContainerTraits.h>

Public Member Functions

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

Detailed Description

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

This class is used by IsSequenceContainer to determine if the container category is a sequence.

Definition at line 250 of file ContainerTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

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

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