dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx.cstd.fixed Module Reference

Provides shorter aliases for some fixed-width (and a few other) types. More...

Classes

struct  IOf< width >

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

Detailed Description

Provides shorter aliases for some fixed-width (and a few other) types.

Files

file  /build-llvm-libcpp/_deps/dot-xx-cstd-src/src/fixed.xx
 Interface file for dxx.cstd.fixed module.