dot-xx
A personal collection of small C++ modules
|
Interface file for dxx.cstd.fixed module. More...
#include <cstdint>
import std;
Classes | |
struct | IOf< 8 > |
struct | IOf< 16 > |
struct | IOf< 32 > |
struct | IOf< 64 > |
struct | UOf< 8 > |
struct | UOf< 16 > |
struct | UOf< 32 > |
struct | UOf< 64 > |
struct | FOf< 32 > |
struct | FOf< 64 > |
Typedefs | |
using | u8 = std::uint8_t |
using | i8 = std:: int8_t |
using | u16 = std::uint16_t |
using | i16 = std:: int16_t |
using | uz = std::size_t |
using | uptr = std::uintptr_t |
using | iptr = std:: intptr_t |
using | f32 = float |
using | f64 = double |
template<uz width> | |
using | iw = IOf<width>::T |
template<uz width> | |
using | uw = UOf<width>::T |
template<uz width> | |
using | fw = FOf<width>::T |
Interface file for dxx.cstd.fixed module.