Template Struct is_string

Inheritance Relationships

Base Type

  • public std::false_type

Struct Documentation

template<typename T, typename = void>
struct is_string : public std::false_type

Char trait for a C-string or std::string.

Template Parameters:

T – The type to test.