tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
negation.hpp File Reference

Go to the source code of this file.

Classes

struct  negation< B >
 Forms the logical negation of the type trait B. More...
 

Namespaces

namespace  etl
 

Variables

template<typename B>
constexpr bool negation_v = not static_cast<bool>(B::value)