| kassert
    1.0.0
    Assertion library for KaMPIng | 
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. |