WPILibC++ 2024.3.2
is_range< T, Char > Struct Template Reference

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

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<typename T , typename Char >
constexpr const bool is_range< T, Char >::value
staticconstexpr
Initial value:
=
!std::is_convertible<T, std::basic_string<Char>>::value &&
!std::is_convertible<T, detail::std_string_view<Char>>::value
Definition: ranges.h:49
Definition: ranges.h:93
static constexpr const bool value
Definition: ranges.h:383

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