DGtal 1.3.0
Loading...
Searching...
No Matches
DGtal::concepts::CLabel< T > Struct Template Reference

Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible, assignable and equality comparable. More...

#include <DGtal/base/CLabel.h>

Inheritance diagram for DGtal::concepts::CLabel< T >:
boost::DefaultConstructible< T > boost::Assignable< T > boost::EqualityComparable< T > DGtal::concepts::CQuantity< T > DGtal::concepts::CBoundedNumber< T > DGtal::concepts::CIntegralNumber< T > DGtal::concepts::CSignedNumber< T > DGtal::concepts::CUnsignedNumber< T > DGtal::concepts::CInteger< T > DGtal::concepts::CCommutativeRing< T > DGtal::concepts::CEuclideanRing< T > DGtal::concepts::CInteger< T >

Detailed Description

template<typename T>
struct DGtal::concepts::CLabel< T >

Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible, assignable and equality comparable.

Description of concept 'CLabel'

Refinement of

Associated types

Notation

Definitions

Valid expressions and semantics

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity

Invariants

Models

Notes

Template Parameters
Tthe type that should be a model of CLabel.

Definition at line 91 of file CLabel.h.


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