From 5ce1cfc2525b06c0a9e38531813781de0281c96d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:24:45 +0900 Subject: Imported Upstream version 1.71.0 --- doc/html/boost/container/block_size.html | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 doc/html/boost/container/block_size.html (limited to 'doc/html/boost/container/block_size.html') diff --git a/doc/html/boost/container/block_size.html b/doc/html/boost/container/block_size.html new file mode 100644 index 0000000000..0608da4d78 --- /dev/null +++ b/doc/html/boost/container/block_size.html @@ -0,0 +1,58 @@ + + + + +Struct template block_size + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template block_size

+

boost::container::block_size

+
+

Synopsis

+
// In header: <boost/container/options.hpp>
+
+template<std::size_t BlockSize> 
+struct block_size {
+};
+
+

Description

+

This option specifies the size of a block, delimites the number of contiguous elements that will be allocated by deque as BlockSize. A value zero represents the default value.

+

+

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3