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

#include <ranges.h>

Static Public Attributes

static constexpr const bool value
 

Detailed Description

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

Definition at line 378 of file ranges.h.

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 at line 379 of file ranges.h.


The documentation for this struct was generated from the following file:
is_range::value
static constexpr const bool value
Definition: ranges.h:379
detail::is_std_string_like
Definition: ranges.h:45
detail::is_range_
Definition: ranges.h:89


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:28