SoPlex Documentation
Loading...
Searching...
No Matches
is_range< T, Char > Struct Template Reference

#include <ranges.h>

Static Public Attributes

static FMT_CONSTEXPR_DECL const bool value
 

Detailed Description

template<typename T, typename Char>
struct is_range< T, Char >

Definition at line 245 of file ranges.h.

Member Data Documentation

◆ value

template<typename T , typename Char >
FMT_CONSTEXPR_DECL const bool value
static
Initial value:
=
!std::is_convertible<T, std::basic_string<Char>>::value &&
!std::is_constructible<internal::std_string_view<Char>, T>::value
Return true value if T has std::string interface, like std::string_view.
Definition ranges.h:77
static FMT_CONSTEXPR_DECL const bool value
Definition ranges.h:246

Definition at line 246 of file ranges.h.