Return true value if T has std::string interface, like std::string_view. More...
#include <ranges.h>
Static Public Attributes | |
| static FMT_CONSTEXPR_DECL const bool | value |
Static Private Member Functions | |
| template<typename U > | |
| static auto | check (U *p) -> decltype(p->find('a'), p->length(), p->data(), int()) |
| template<typename > | |
| static void | check (...) |
Return true value if T has std::string interface, like std::string_view.
|
staticprivate |
|
staticprivate |
|
static |
1.8.11