#include <traits.h>
Type trait to infer if there is an std::string to_string(T) overload for a given type T.
This is the general case in which the overload is missing.
| T | The type for which the overload has to be checked. |
| Enable | Type set to void as utility to implement the type trait. |