31 template<
typename Iterator>
41 AStringVector(super::size_type _Count,
const std::allocator<AString>& allocator)
46 AStringVector(super::size_type _Count,
const AString& _Val,
const std::allocator<AString>& allocator)
51 AStringVector(std::initializer_list<AString> _Ilist,
const std::allocator<AString>& allocator = std::allocator<AString>())
58 [[nodiscard]]
AString join(
wchar_t w)
const;
An AVector with string-related functions.
Definition: AStringVector.h:22
Represents a Unicode character string.
Definition: AString.h:37
A std::vector with AUI extensions.
Definition: AVector.h:38