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

#include <std.h>

Static Public Attributes

static constexpr const bool value
 

Detailed Description

template<typename T>
struct detail::is_bit_reference_like< T >

Definition at line 478 of file std.h.

Member Data Documentation

◆ value

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

Definition at line 479 of file std.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30