ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Types | List of all members
TT_ComplementChar< typename > Struct Template Reference

#include <characters.hpp>

Class Description

template<typename>
struct aworx::lib::characters::TT_ComplementChar< typename >

This simple template struct provides inner type definition type, which in the two specializations for types aworx::nchar and aworx::wchar aliases the respective other type.

The struct may be used to generalize code that is templated in respect to the character type to work on and that needs to refer to the character type that is complementary to the one currently compiled.

The struct may be used in code via shortcut macro ATMP_CHAR_COMPLEMENT.

Definition at line 619 of file characters.hpp.

Public Types

using type = void
 Default is void.
 

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