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 Files of the ALib C++ Library.

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

Definition in file strings/util/stringvector.hpp.

#include "alib/strings/string.hpp"
#include "alib/lang/stdcontainerallocator.hpp"
#include <vector>
Include dependency graph for strings/util/stringvector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TStringVector< TChar, TAllocator >
 

Namespaces

namespace  alib
 
namespace  alib::strings
 
namespace  alib::strings::util
 

Typedefs

using NStringVector = strings::util::TStringVector<nchar , lang::HeapAllocator>
 Type alias in namespace alib.
 
using StringVector = strings::util::TStringVector<character, lang::HeapAllocator>
 Type alias in namespace alib.
 
using WStringVector = strings::util::TStringVector<wchar , lang::HeapAllocator>
 Type alias in namespace alib.