ALib C++ Library
Library Version: 2412 R0
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_ALIB_BITBUFFER_ARRAY_COMPRESSOR
10#define HPP_ALIB_BITBUFFER_ARRAY_COMPRESSOR
11#pragma once
13
14namespace alib {
15
16/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
17/// which provides the current version of array compression.
18/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
20
21/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
22/// which provides the current version of array compression.
23/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
25
26/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
27/// which provides the current version of array compression.
28/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
30
31} // namespace [alib]
32
33#endif // HPP_ALIB_BITBUFFER_ARRAY_COMPRESSOR
34
Definition alib.cpp:69