1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 10 #include <c/limits.hpp> 21 template<
class Type >
29 template<
class Type >
constexpr int bits_per_
The number of bits per object/value of the specified type.
constexpr int magnitude_bits_per_
The number of bits that determine the magnitude, i.e. the number of value representation bits minus a...
CPPX_USE_CPPX(bits_per_, magnitude_bits_per_)
const int bits_per_byte
Usually 8, but e.g. 16 on some DSPs.
CPPX_USE_STD(basic_string, basic_string_view, bitset, char_traits, size)
Macros for generating more concise and clear using statements, primarily $use_cppx and $use_std,...