cartobase  5.0.5
conversion.h File Reference
Include dependency graph for conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  carto::conversion< T, U >
 
struct  carto::conversion< T, U >::Helper< V, W >::yes
 

Namespaces

 carto
 

Macros

#define SUPERSUBCLASS(T, U)   ( static_cast<bool>(::carto::conversion<const U, const T>::exists) )
 
#define SUPERSUBCLASS_NONCONST(T, U)   ( static_cast<bool>(::carto::conversion<U, T>::exists) )
 

Macro Definition Documentation

◆ SUPERSUBCLASS

#define SUPERSUBCLASS (   T,
 
)    ( static_cast<bool>(::carto::conversion<const U, const T>::exists) )

Definition at line 86 of file conversion.h.

◆ SUPERSUBCLASS_NONCONST

#define SUPERSUBCLASS_NONCONST (   T,
 
)    ( static_cast<bool>(::carto::conversion<U, T>::exists) )

Definition at line 89 of file conversion.h.