mirror of
https://github.com/boostorg/container.git
synced 2025-08-05 15:24:31 +02:00
Document block_size option in deque_options
This commit is contained in:
@@ -617,7 +617,7 @@ typedef deque_opt<0u, 0u> deque_null_opt;
|
|||||||
|
|
||||||
//! Helper metafunction to combine options into a single type to be used
|
//! Helper metafunction to combine options into a single type to be used
|
||||||
//! by \c boost::container::deque.
|
//! by \c boost::container::deque.
|
||||||
//! Supported options are: \c boost::container::block_bytes
|
//! Supported options are: \c boost::container::block_bytes and \c boost::container::block_size
|
||||||
#if defined(BOOST_CONTAINER_DOXYGEN_INVOKED) || defined(BOOST_CONTAINER_VARIADIC_TEMPLATES)
|
#if defined(BOOST_CONTAINER_DOXYGEN_INVOKED) || defined(BOOST_CONTAINER_VARIADIC_TEMPLATES)
|
||||||
template<class ...Options>
|
template<class ...Options>
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user