Go to the source code of this file.
Classes | |
struct | arma_type_check_cxx1998< ERROR___INCORRECT_OR_UNSUPPORTED_TYPE > |
struct | arma_type_check_cxx1998< false > |
Defines | |
#define | arma_static_check(condition, message) static const char message[ (condition) ? -1 : +1 ] |
#define | arma_type_check(condition) arma_type_check_cxx1998<condition>::apply() |