KASSERT
0.0.1
Karlsruhe Assertion Library
|
Type trait that is always false, to implement static_asserts that always fail, thus preventing a template function from being instanciated. Used to forbid calling the overloads of && and ||. More...
#include <expression_decomposition.hpp>
Type trait that is always false, to implement static_asserts that always fail, thus preventing a template function from being instanciated. Used to forbid calling the overloads of && and ||.
T | Some template parameter of the template that should never be instantiated. |