ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
stringvector.hpp File Reference

Description:

This header file is part of module ALib Monomem of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file monomem/aliases/stringvector.hpp.

Include dependency graph for monomem/aliases/stringvector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 

Typedefs

using NStringVectorMA = strings::util::TStringVector<nchar , MonoAllocator>
 Type alias in namespace alib.
 
using NStringVectorPA = strings::util::TStringVector<nchar , PoolAllocator>
 Type alias in namespace alib.
 
using StringVectorMA = strings::util::TStringVector<character, MonoAllocator>
 Type alias in namespace alib.
 
using StringVectorPA = strings::util::TStringVector<character , PoolAllocator>
 Type alias in namespace alib.
 
using WStringVectorMA = strings::util::TStringVector<wchar , MonoAllocator>
 Type alias in namespace alib.
 
using WStringVectorPA = strings::util::TStringVector<wchar , PoolAllocator>
 Type alias in namespace alib.