Rosetta
Static Public Attributes | List of all members
is_range< T, Char > Struct Template Reference

#include <ranges.h>

Static Public Attributes

static FMT_CONSTEXPR_DECL const bool value
 

Member Data Documentation

◆ value

template<typename T , typename Char >
FMT_CONSTEXPR_DECL const bool is_range< T, Char >::value
static
Initial value:
=
!std::is_convertible<T, std::basic_string<Char>>::value &&
!std::is_constructible<detail::std_string_view<Char>, T>::value
Return true value if T has std::string interface, like std::string_view.
Definition: ranges.h:79
Definition: T12.operator.hpp:16
Definition: ranges.h:95
static FMT_CONSTEXPR_DECL const bool value
Definition: ranges.h:245

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