31#if defined(CStack_RECURSES)
32#error Recursive header files inclusion detected in CStack.h
35#define CStack_RECURSES
44#include "DGtal/base/Common.h"
45#include "DGtal/base/ConceptUtils.h"
95 typedef typename T::value_type
Value;
96 typedef typename T::size_type
Size;
129#undef CStack_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: This concept gathers classes that provide a stack interface.
void checkConstConstraints() const
BOOST_CONCEPT_USAGE(CStack)
Go to http://www.sgi.com/tech/stl/Assignable.html.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.