4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::type_traits::is_string< Type > Struct Template Reference

Detailed Description

template<typename Type>
struct fcppt::type_traits::is_string< Type >

Tells if a type is a string.

Tells if Type is a string. This trait is used by fcppt::output_to_string and fcppt::extract_from_string.

Template Parameters
TypeCan be any type
Inheritance diagram for fcppt::type_traits::is_string< Type >: