31 #if defined(CSTLAssociativeContainer_RECURSES)
32 #error Recursive header files inclusion detected in CSTLAssociativeContainer.h
35 #define CSTLAssociativeContainer_RECURSES
37 #if !defined CSTLAssociativeContainer_h
39 #define CSTLAssociativeContainer_h
101 template <
typename T>
119 r = x.equal_range(
key);
128 cr = cc.equal_range(
key);
139 std::pair<iterator,iterator>
r;
140 std::pair<const_iterator,const_iterator>
cr;
153 #undef CSTLAssociativeContainer_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing an Associative Container of the STL (https://www....
void const_constraints(const T &cc)
std::pair< iterator, iterator > r
std::pair< const_iterator, const_iterator > cr
T::const_iterator const_iterator
BOOST_CONCEPT_USAGE(CSTLAssociativeContainer)
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.
Go to http://www.sgi.com/tech/stl/ForwardContainer.html.