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
 

Detailed Description

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

Definition at line 325 of file ranges.h.

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

Definition at line 326 of file ranges.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54