UniRec 3.0.0
|
A type trait that checks if a given type is a string type. More...
#include <unirecTypeTraits.hpp>
A type trait that checks if a given type is a string type.
A type is considered a string type if it is either std::string
or std::string_view
.
T | The type to check. |
Definition at line 26 of file unirecTypeTraits.hpp.