VIPRA Documentation
Loading...
Searching...
No Matches
detail
is_bit_reference_like
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>
const bool
detail::is_bit_reference_like
< T >::value
static
constexpr
Initial value:
=
std::is_convertible<T, bool>::value &&
std::is_nothrow_assignable<T, bool>::value &&
has_flip<T>::value
detail::has_flip
Definition
std.h:561
The documentation for this struct was generated from the following file:
deps/fmt/
std.h
Generated by
1.13.2