Livox SDK API  V2.2.0
fmt::v5::internal::is_like_std_string< T > Class Template Reference

Return true value if T has std::string interface, like std::string_view. More...

#include <ranges.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
class fmt::v5::internal::is_like_std_string< T >

Return true value if T has std::string interface, like std::string_view.

Definition at line 78 of file ranges.h.

Member Data Documentation

template<typename T >
const bool fmt::v5::internal::is_like_std_string< T >::value
static
Initial value:
=
!std::is_void<decltype(check<T>( NULL ))>::value

Definition at line 86 of file ranges.h.


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