...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
创建一个新的动态缓冲区,表示给定的向量。
template< typename Elem, typename Allocator> dynamic_vector_buffer< Elem, Allocator > dynamic_buffer( std::vector< Elem, Allocator > & data);
dynamic_vector_buffer<Elem, Allocator>(data).
dynamic_vector_buffer<Elem, Allocator>(data)