Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::negation< BoolTrait > Class Template Reference

Negates the value of a boolean type trait. More...

Inheritance diagram for arene::base::negation< BoolTrait >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, !bool(BoolTrait::value)>
using type
 The type of this class.
 
using value_type
 The type of the value.
 
- Public Member Functions inherited from std::integral_constant< bool, !bool(BoolTrait::value)>
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
- Static Public Attributes inherited from std::integral_constant< bool, !bool(BoolTrait::value)>
static constexpr value_type value
 The constant.
 

Detailed Description

template<typename BoolTrait>
class arene::base::negation< BoolTrait >

Negates the value of a boolean type trait.

Template Parameters
BoolTraitthe trait to negate

The documentation for this class was generated from the following file: