...世界上最受尊敬和精心设计的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ 编码规范
...世界上最受尊敬和精心设计的 C++ 库项目之一。
将 T 类型的对象与 Allocator 类型的分配器相关联。
T
Allocator
template< typename Allocator, typename T> allocator_binder< decay_t< T >, Allocator > bind_allocator( const Allocator & s, T && t);