template <typename T, typename Enable = void>
struct is_std_string_like
Defined at line 448 of file ../../third_party/fmtlib/src/include/fmt/base.h
A heuristic to detect std::string and std::[experimental::]string_view.
It is mainly used to avoid dependency on
<
[experimental/]string_view>.