Agora  1.2.0
Agora project
fmt::v8::detail::is_std_string_like< T > Class Template Reference

#include <ranges.h>

Static Public Attributes

static const bool value
 

Static Private Member Functions

template<typename U >
static auto check (U *p) -> decltype((void) p->find('a'), p->length(),(void) p->data(), int())
 
template<typename >
static void check (...)
 

Member Function Documentation

◆ check() [1/2]

template<typename T >
template<typename >
static void fmt::v8::detail::is_std_string_like< T >::check (   ...)
staticprivate

◆ check() [2/2]

template<typename T >
template<typename U >
static auto fmt::v8::detail::is_std_string_like< T >::check ( U *  p) -> decltype((void) p->find('a'), p->length(),(void) p->data(), int())
staticprivate

Member Data Documentation

◆ value

template<typename T >
const bool fmt::v8::detail::is_std_string_like< T >::value
static
Initial value:
=
std::is_convertible<T, std_string_view<char>>::value ||
!std::is_void<decltype(check<T>(nullptr))>::value

The documentation for this class was generated from the following file:
Catch::Generators::value
GeneratorWrapper< T > value(T &&value)
Definition: catch.hpp:3999
fmt::v8::detail::is_std_string_like::value
static const bool value
Definition: ranges.h:58