Compile time assertions.
More...
#include <static_assert.h>
template<bool>
struct nest::StaticAssert< bool >
Compile time assertions.
Usage:
static const StaticAssert<
bool-test>::success unique-var-name;
Compile time assertions.
Definition static_assert.h:47
or
Allows compilation if the bool-test is true. If bool-test is false, fails to compile because success is not defined.
The documentation for this struct was generated from the following file: