#include <concepts>
Go to the source code of this file.
Macros | |
#define | ein_ensures(concept, x) |
statically checks that a concept is satisfied by the type of an expression | |
Definition in file concepts.hpp.
#define ein_ensures | ( | concept, | |
x ) |
statically checks that a concept is satisfied by the type of an expression
This is expected most often to be used inline in a return statement:
concept | the name of a C++ concept to check |
x | the expression to check returns a result that satisfies it |
Definition at line 31 of file concepts.hpp.