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

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

#include <traits.h>

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

Detailed Description

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

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

Definition at line 83 of file traits.h.


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