Photon 1.0.0
Loading...
Searching...
No Matches
is_range< T, Char > Struct Template Reference

#include <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:59
Definition core.h:1598
Definition ranges.h:119

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