WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
detail::is_set< T > Class Template Reference

#include <fmt/ranges.h>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename T >
bool detail::is_set< T >::value
staticconstexpr
Initial value:
=
!std::is_void<decltype(check<T>(nullptr))>::value && !is_map<T>::value
static constexpr bool value
Definition ranges.h:33
static constexpr bool value
Definition ranges.h:42

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