命名空间
变体
操作

std::experimental::erased_type

来自 cppreference.com
在头文件 <experimental/utility> 中定义
struct erased_type { };
(库基础 TS)
(在库基础 TS v3 中删除)

erased_type 是一个空结构体,在运行时确定实际类型的情况下充当类型的占位符。例如,在使用 类型擦除分配器 的类中,嵌套的 typedef allocator_typeerased_type 的别名。

[编辑] 注释

erased_type 在 LFTS v3 中被删除,因为 std::pmr::polymorphic_allocator<> 对于类型擦除来说更可取。