WPILibC++ 2024.3.2
detail::is_bit_reference_like< T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/std.h>

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
staticconstexpr
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: