enum_name
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
detail::is_std_string_like< T > Class Template Reference

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<typename T >
constexpr const bool detail::is_std_string_like< T >::value
staticconstexpr
Initial value:
=
is_string<T>::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: