| cartobase
    4.7.0
    | 
#include <cartobase/config/cartobase_config.h>

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) ) | 
| #define SUPERSUBCLASS | ( | T, | |
| U | |||
| ) | ( static_cast<bool>(::carto::conversion<const U, const T>::exists) ) | 
Definition at line 86 of file conversion.h.
| #define SUPERSUBCLASS_NONCONST | ( | T, | |
| U | |||
| ) | ( static_cast<bool>(::carto::conversion<U, T>::exists) ) | 
Definition at line 89 of file conversion.h.