cartobase  5.0.5
Void Class Reference

Void does not contain anything. More...

#include <cartobase/type/types.h>

Public Member Functions

 Void ()
 
template<typename T >
 Void (const T &)
 
template<typename T >
Voidoperator= (const T &)
 

Detailed Description

Void does not contain anything.

This class is useful for creating buckets or surfaces without any value associated to a point or a vertex. However, the size of Void is 1 byte.

Definition at line 60 of file types.h.

Constructor & Destructor Documentation

◆ Void() [1/2]

Void::Void ( )
inline

Definition at line 63 of file types.h.

◆ Void() [2/2]

template<typename T >
Void::Void ( const T &  )
inlineexplicit

Definition at line 64 of file types.h.

Member Function Documentation

◆ operator=()

template<typename T >
Void& Void::operator= ( const T &  )
inline

Definition at line 66 of file types.h.


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