This header file is part of the ALib C++ Library. It does not belong to an ALib Module and is included in any ALib Distribution.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file astringma.hpp.
|
using | AStringMA = strings::TAString<character , MonoAllocator > |
| Type alias in namespace alib.
|
|
using | ComplementAStringMA = strings::TAString<complementChar, MonoAllocator > |
| Type alias in namespace alib.
|
|
using | ComplementStringMALengthResetter = strings::TStringLengthResetter<complementChar, MonoAllocator> |
| Type alias in namespace alib.
|
|
using | NAStringMA = strings::TAString<nchar , MonoAllocator > |
| Type alias in namespace alib.
|
|
using | NStringMALengthResetter = strings::TStringLengthResetter<nchar , MonoAllocator> |
| Type alias in namespace alib.
|
|
using | StrangeAStringMA = strings::TAString<strangeChar , MonoAllocator > |
| Type alias in namespace alib.
|
|
using | StrangeStringMALengthResetter = strings::TStringLengthResetter<strangeChar , MonoAllocator> |
| Type alias in namespace alib.
|
|
using | StringMALengthResetter = strings::TStringLengthResetter<character , MonoAllocator> |
| Type alias in namespace alib.
|
|
using | WAStringMA = strings::TAString<wchar , MonoAllocator > |
| Type alias in namespace alib.
|
|
using | WStringMALengthResetter = strings::TStringLengthResetter<wchar , MonoAllocator> |
| Type alias in namespace alib.
|
|
using | XAStringMA = strings::TAString<xchar , MonoAllocator > |
| Type alias in namespace alib.
|
|
using | XStringMALengthResetter = strings::TStringLengthResetter<xchar , MonoAllocator> |
| Type alias in namespace alib.
|
|