Support Class Library
A set of tools providing classes and utility
|
Go to the source code of this file.
Macros | |
#define | realConst(type) const type const |
#define | stringLiteral const char* |
#define | assert_concept(cpt, str) static_assert(cpt, str) |
#define | static_require(cpt) assert_concept(cpt, "") |
#define | META scl::tools::meta |
#define | asString scl::utils::toString |
#define | SCL_RETURNS(stmt) |
#define asString scl::utils::toString |
#define SCL_RETURNS | ( | stmt | ) |
#define static_require | ( | cpt | ) | assert_concept(cpt, "") |