ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
monomem/aliases/stringvector.hpp
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header file is part of module \alib_monomem of the \aliblong.
4///
5/// \emoji :copyright: 2013-2024 A-Worx GmbH, Germany.
6/// Published under \ref mainpage_license "Boost Software License".
7//==================================================================================================
8#ifndef HPP_ALIB_MONOMEM_ALIASES_STRINGVECTOR
9#define HPP_ALIB_MONOMEM_ALIASES_STRINGVECTOR
10#pragma once
11#if !defined(DOXYGEN)
12# include "alib/alib.hpp"
13#endif
14ALIB_ASSERT_MODULE(MONOMEM)
15ALIB_ASSERT_MODULE(STRINGS)
16
17#include "alib/strings/util/stringvector.hpp"
19
20namespace alib
21{
22 /// Type alias in namespace \b alib.
24
25 /// Type alias in namespace \b alib.
27
28 /// Type alias in namespace \b alib.
30
31
32 /// Type alias in namespace \b alib.
34
35 /// Type alias in namespace \b alib.
37
38 /// Type alias in namespace \b alib.
40
41} // namespace [alib]
42
43
44#endif // HPP_ALIB_MONOMEM_ALIASES_STRINGVECTOR
45
#define ALIB_ASSERT_MODULE(modulename)
Definition alib.hpp:223
Definition alib.cpp:69