C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::Traits::IsString< T > Struct Template Reference

Evaluates to Bool<true> if the specified type is a standard string, standard string view or C-string (char * or const char *); otherwise evaluates to Bool<false>. More...

#include <traits.h>

Inheritance diagram for CppUtilities::Traits::IsString< T >:
[legend]
Collaboration diagram for CppUtilities::Traits::IsString< T >:
[legend]

Detailed Description

template<typename T>
struct CppUtilities::Traits::IsString< T >

Evaluates to Bool<true> if the specified type is a standard string, standard string view or C-string (char * or const char *); otherwise evaluates to Bool<false>.

Definition at line 88 of file traits.h.


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