ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
TT_IsChar< TChar > Struct Template Reference

Description:

template<typename TChar>
struct alib::characters::TT_IsChar< TChar >

Helper-struct that in its non-specialized version inherits from std::false_type. For the three ALib character types nchar, wchar and xchar (respectively character, complementChar and strangeChar), a specialization exists that inherits std::true_type.

With that, the class may be used to decide if template type TChar is an ALib character type.

Template Parameters
TCharThe type to test for being an ALib character type.

Definition at line 627 of file chartraits.hpp.

#include <chartraits.hpp>

Inheritance diagram for TT_IsChar< TChar >:
[legend]
Collaboration diagram for TT_IsChar< TChar >:
[legend]

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