Version: SMASH-3.2.2
smash::has_to_string< T, Enable > Struct Template Reference

#include <traits.h>

template<typename T, typename Enable = void>
struct smash::has_to_string< T, Enable >

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.

Template Parameters
TThe type for which the overload has to be checked.
EnableType set to void as utility to implement the type trait.

Definition at line 60 of file traits.h.

Inheritance diagram for smash::has_to_string< T, Enable >:

The documentation for this struct was generated from the following file: