#include <unistd.h>
#include <array>
#include <climits>
#include <cmath>
#include <cstring>
#include <limits>
#include <string_view>
#include <jau/basic_types.hpp>
#include <jau/byte_util.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/int_math.hpp>
#include <jau/int_math_ct.hpp>
#include <jau/int_types.hpp>
#include <jau/string_util.hpp>
#include <jau/type_concepts.hpp>
Go to the source code of this file.
|
| namespace | jau |
| | __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
|
| |
|
| template<size_t BitSize> |
| using | jau::bitfield = bitfield_t<unsigned long, BitSize> |
| | Simple bitfield template for efficient bit storage access in O(1).
|
| |