WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
detail::is_bit_reference_like< T > Struct Template Reference

#include <fmt/std.h>

Static Public Attributes

static constexpr bool value

Member Data Documentation

◆ value

template<typename T>
bool detail::is_bit_reference_like< T >::value
staticconstexpr
Initial value:
= std::is_convertible<T, bool>::value &&
std::is_nothrow_assignable<T, bool>::value &&
Definition std.h:239

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