无、p:如果定义了std::uintptr_t,那么如同通过调用std::to_chars(first, last,reinterpret_cast<std::uintptr_t>(value),16)产生输出,并添加前缀0x到输出;否则输出由实现定义。 P:与p相同,但 9 以上的数位会以大写字母表示,并且底前缀变为0X。 (C++26 起) 格式化经转义字符和字符串 字
atomic_int_fast64_t (C11) _Atomic int_fast64_t atomic_uint_fast64_t (C11) _Atomic uint_fast64_t atomic_intptr_t (C11) _Atomic intptr_t atomic_uintptr_t (C11) _Atomic uintptr_t atomic_size_t (C11) _Atomic size_t atomic_ptrdiff_t (C11) _Atomic ptrdiff_t atomic_int...
Fastest integer types with at least given width (int_fastN_t and uint_fastN_t) Smallest integer types with at least given width (int_leastN_t and uint_leastN_t) Integer types capable for cast between object pointers (intptr_t and uintptr_t) Integer types with maximum width (int...
uintptr_t (optional) unsigned integer type capable of holding a pointer tovoid (typedef) Macros Signed integers : minimum value INT8_MININT16_MININT32_MININT64_MIN (optional) minimum value ofstd::int8_t,std::int16_t,std::int32_tandstd::int64_trespectively ...
atomic_int_fast32_t _Atomic int_fast32_t atomic_uint_fast32_t _Atomic uint_fast32_t atomic_int_fast64_t _Atomic int_fast64_t atomic_uint_fast64_t _Atomic uint_fast64_t atomic_intptr_t _Atomic intptr_t atomic_uintptr_t _Atomic uintptr_t atomic_size_t _Atomic size_t...
atomic_intptr_t (C++11)(optional) std::atomic<std::intptr_t> (typedef) atomic_uintptr_t (C++11)(optional) std::atomic<std::uintptr_t> (typedef) atomic_size_t (C++11) std::atomic<std::size_t> (typedef) atomic_ptrdiff_t (C++11) std::atomic<std::ptrdiff_t> ...
atomic_int_fast64_t(C11)_Atomicint_fast64_t atomic_uint_fast64_t(C11)_Atomicuint_fast64_t atomic_intptr_t(C11)_Atomicintptr_t atomic_uintptr_t(C11)_Atomicuintptr_t atomic_size_t(C11)_Atomicsize_t atomic_ptrdiff_t(C11)_Atomicptrdiff_t ...
atomic_int_fast64_t (C++11) std::atomic<std::int_fast64_t> (typedef) atomic_uint_fast64_t (C++11) std::atomic<std::uint_fast64_t> (typedef) atomic_intptr_t (C++11)(optional) std::atomic<std::intptr_t> (typedef) atomic_uintptr_t ...
uintptr_t (optional) unsigned integer type capable of holding a pointer tovoid (typedef) The implementation may define typedef namesintN_t,int_fastN_t,int_leastN_t,uintN_t,uint_fastN_t, anduint_leastN_twhenNis not 8, 16, 32 or 64. Typedef names of the formintN_tmay only be def...
uint_least64_tsmallest unsigned integer type with width of at least 8, 16, 32 and 64 bits respectively uintmax_tmaximum width unsigned integer type uintptr_tunsigned integer type capable of holding a pointer The implementation may define typedef namesintN_t,int_fastN_t,int_leastN_t,uintN...