intptr_t足以保有指针的整数类型 uint8_t uint16_t uint32_t uint64_t分别是宽度正好是 8、16、32 和 64 位的无符号整数类型 (只有在实现直接支持该类型时才会提供) uint_fast8_t uint_fast16_t uint_fast32_t uint_fast64_t分别是宽度至少有 8、16、32 和 64 位的最快的无符号整数类型 ...
atomic_int64_t (C++11)(可选) std::atomic<std::int64_t> (typedef) atomic_uint64_t (C++11)(可选) std::atomic<std::uint64_t> (typedef) atomic_int_least8_t (C++11) std::atomic<std::int_least8_t> (typedef) atomic_uint_least8_t (C++11) std::atomic<std::uint...
intmax_tmaximum width integer type intptr_tinteger type capable of holding a pointer uint8_t uint16_t uint32_t uint64_tunsigned integer type with width of exactly 8, 16, 32 and 64 bits respectively (provided only if the implementation directly supports the type) ...
atomic_int64_t (C++11)(optional) std::atomic<std::int64_t> (typedef) atomic_uint64_t (C++11)(optional) std::atomic<std::uint64_t> (typedef) atomic_int_least8_t (C++11) std::atomic<std::int_least8_t> (typedef) atomic_uint_least8_t ...
constexpr uint64_t UInt64 [release-dependent] Windows 應用程式 SDK 運行時間的版本,例如 uint64l 0x03E801BE03240000。 需求 最低支援的 SDK:Windows 應用程式 SDK 1.1 版 命名空間: Microsoft::WindowsAppSDK 標頭: WindowsAppSDK-VersionInfo.h 另請參閱 啟動程序載入程式 C++ API 在...
template<std::int32_t VecSize = 1> class mrg32k3a { public: static constexpr std::uint32_t default_seed = 1; static constexpr std::int32_t vec_size = VecSize; mrg32k3a() : mrg32k3a(default_seed) {} mrg32k3a(std::uint32_t seed, std::uint64_t offset = 0); mrg32k3a(std...
namespace oneapi::mkl::rng::device { template<typename Engine> void skip_ahead (Engine& engine, std::uint64_t num_to_skip) } Interface with a partitioned number of skipped elements namespace oneapi::mkl::rng::device { template<typename Engine> void skip_ahead (Engine& engine, std::init...
constexpr uint16_t Révision[dépendant de la version]Version de révision du runtime du Kit de développement logiciel (SDK) d’application Windows ; par exemple, 0. constexpr uint64_t UInt64[dépendant de la version]La version du runtime du Kit de développement logiciel (SDK) ...
build表示序列位置的major.minor.build.revision可选uint16_t值build。 默认值为 0。 revision表示序列位置的major.minor.build.revision可选uint16_t值revision。 默认值为 0。 versionmajor.minor.build.revision编码为(little-endian)的序列uint64_t(以便前 16 位包含修订...
constexpr uint16_t Revision[依赖版本]Windows 应用 SDK运行时的修订版本;例如 0。 constexpr uint64_t UInt64[依赖版本]Windows 应用 SDK运行时的版本,例如 uint64l 0x03E801BE03240000。 要求 支持的最低 SDK:Windows 应用 SDK版本 1.1 Namespace:Microsoft::WindowsAppSDK ...