Template Struct is_c_string
Defined in File string_traits.hpp
Inheritance Relationships
Base Type
public std::false_type
Struct Documentation
-
template<typename T>
struct is_c_string : public std::false_type Type trait for dynamic-sized and constant-sized C strings.
- Template Parameters:
T – The type to test.