ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
arraycompressor.hpp
Go to the documentation of this file.
1
2/** ************************************************************************************************
3 * \file
4 * This header file is part of module \alib_bitbuffer of the \aliblong.
5 *
6 * \emoji :copyright: 2013-2024 A-Worx GmbH, Germany.
7 * Published under \ref mainpage_license "Boost Software License".
8 **************************************************************************************************/
9#ifndef HPP_AWORX_ALIB_BITBUFFER_ARRAY_COMPRESSOR
10#define HPP_AWORX_ALIB_BITBUFFER_ARRAY_COMPRESSOR
11
12#if !defined (HPP_AWORX_ALIB_BITBUFFER_AC_V1)
14#endif
15
16namespace alib {
17
18/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
19/// which provides the current version of array compression.
20/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
22
23/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
24/// which provides the current version of array compression.
25/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
27
28/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
29/// which provides the current version of array compression.
30/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
32
33} // namespace [alib]
34
35#endif // HPP_AWORX_ALIB_BITBUFFER_ARRAY_COMPRESSOR
Definition alib.cpp:57