标准库标头 <stdfloat> (C++23)
来自cppreference.com
类型 |
摘要
namespace std { #if defined(__STDCPP_FLOAT16_T__) using float16_t = /* 实现定义 */; #endif #if defined(__STDCPP_FLOAT32_T__) using float32_t = /* 实现定义 */; #endif #if defined(__STDCPP_FLOAT64_T__) using float64_t = /* 实现定义 */; #endif #if defined(__STDCPP_FLOAT128_T__) using float128_t = /* 实现定义 */; #endif #if defined(__STDCPP_BFLOAT16_T__) using bfloat16_t = /* 实现定义 */; #endif }
参阅
- C++23 标准(ISO/IEC 14882:2023):
- 17.5 Header
<stdfloat>
synopsis [stdfloat.syn]
- 17.5 Header