Boost C++ 库

“...世界上最受尊敬和设计最精湛的 C++ 库项目之一。” Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

bind_allocator (2 个重载中的 1 个)

创建一个关联分配器的部分完成令牌。

template<
    typename Allocator>
partial_allocator_binder< Allocator > bind_allocator(
    const Allocator & ex);

PrevUpHomeNext