template<typename T>
Matches types that can be written to an output stream.
Definition type_tools.cpp:208
Matches types with no string conversion and no stream insertion.
Definition type_tools.cpp:321
Matches types a std::string can be constructed from.
Definition type_tools.cpp:315
Matches types implicitly convertible to std::string.
Definition type_tools.cpp:311
Matches types with no string conversion and no stream insertion.
These need structural handling: tuple, container, or nothing at all.