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