#include <characters.hpp>
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. | |