$search
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() |
#define arma_static_check | ( | condition, | |||
message | ) | static const char message[ (condition) ? -1 : +1 ] |
Definition at line 49 of file arma_static_check.hpp.
#define arma_type_check | ( | condition | ) | arma_type_check_cxx1998<condition>::apply() |
Definition at line 51 of file arma_static_check.hpp.