DGtal  1.4.beta
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 >:
[legend]

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

  • X : A type that is a model of CLabel
  • x, y : object of type X

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: