派生类型

类型位置扩展描述
ansi_code stdlib_ansi

终端转义码容器

bitset_64 stdlib_bitsets bitset_type

不超过 64 位的位集类型 (规范)

bitset_large stdlib_bitsets bitset_type

超过 64 位的位集类型 (规范)

bitset_type stdlib_bitsets

bitset_64 和 bitset_large 的父类型 (规范)

chaining_hashmap_type stdlib_hashmaps hashmap_type

实现 chaining_hashmap_type 类型的类型 (规范)

codata_constant_type stdlib_codata_type

用于表示 Codata 常量的派生类型。(规范)

hashmap_type stdlib_hashmaps

实现抽象哈希映射的类型 (规范)

key_type stdlib_hashmap_wrappers

键的真实类型的包装类型

linalg_state_type stdlib_linalg_state

linalg_state_type 定义线性代数例程的状态返回类型。状态包含状态标志、注释和过程说明符,可用于标记错误发生的位置

logger_type stdlib_logger

公共派生类型 (规范)

open_hashmap_type stdlib_hashmaps hashmap_type

实现“开放”哈希映射的类型

other_type stdlib_hashmap_wrappers

其他数据的真实类型的包装类型

string_type stdlib_string_type

保存任意字符序列的字符串类型。

stringlist_index_type stdlib_stringlist_type
stringlist_type stdlib_stringlist_type