3#ifndef TETL_TYPE_TRAITS_NEGATION_HPP
4#define TETL_TYPE_TRAITS_NEGATION_HPP
15inline constexpr bool negation_v = not
static_cast<bool>(B::value);
Definition adjacent_find.hpp:8
constexpr bool negation_v
Definition negation.hpp:15
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
Forms the logical negation of the type trait B.
Definition negation.hpp:12