quill
Static Public Attributes | List of all members
detail::is_bit_reference_like< T > Struct Template Reference

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<typename T >
constexpr const bool detail::is_bit_reference_like< T >::value
static
Initial value:
=
std::is_convertible<T, bool>::value &&
std::is_nothrow_assignable<T, bool>::value && has_flip<T>::value

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