C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Traits::IsString< 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 Traits::IsString< T >:
[legend]
Collaboration diagram for Traits::IsString< T >:
[legend]

Detailed Description

template<typename T>
struct Traits::IsString< 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 99 of file traits.h.


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