WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::is_tuple_like_< T > Class Template Reference

#include <fmt/ranges.h>

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<typename T >
const bool detail::is_tuple_like_< T >::value
staticconstexpr
Initial value:
=
!std::is_void<decltype(check<T>(nullptr))>::value
static constexpr const bool value
Definition ranges.h:123

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