Boost C++ 库

“……世界上最受尊敬和专业设计的 C++ 库项目之一。” Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

generic::basic_endpoint::capacity

获取端点在本机类型中的容量。

std::size_t capacity() const;

PrevUpHomeNext