cppx-core
cppx-core
language
bit-level
all.hpp
Go to the documentation of this file.
1
#pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2
3
#include <
cppx-core/language/bit-level/bits_per_.hpp
>
4
#include <
cppx-core/language/bit-level/intlog2.hpp
>
5
#include <
cppx-core/language/bit-level/sum_of_bits.hpp
>
6
7
#include <c/stdint.hpp>
// Mainly intN_t and uintN_t for N in {8, 16, 32, 64}
intlog2.hpp
intlog2, the position of the most significant bit in an unsigned value.
sum_of_bits.hpp
sum_of_bits, the number of 1-bits in a std::bitset or unsigned value.
bits_per_.hpp
bits_per_ and magnitude_bits_per_, plus the for-readability constant bits_per_byte.
Generated by
1.8.15