lib: new "header_holder_type" container option

This commit is contained in:
Matei David
2014-05-15 13:10:51 -04:00
parent 73ae8f0ed4
commit 19cf6211ca

View File

@@ -182,6 +182,9 @@ struct get_node_traits
//!obtain constant-time size() member. //!obtain constant-time size() member.
BOOST_INTRUSIVE_OPTION_CONSTANT(constant_time_size, bool, Enabled, constant_time_size) BOOST_INTRUSIVE_OPTION_CONSTANT(constant_time_size, bool, Enabled, constant_time_size)
//!This option setter specifies a container header holder type
BOOST_INTRUSIVE_OPTION_TYPE(header_holder_type, Header_Holder, Header_Holder, header_holder_type)
//!This option setter specifies the type that //!This option setter specifies the type that
//!the container will use to store its size. //!the container will use to store its size.
BOOST_INTRUSIVE_OPTION_TYPE(size_type, SizeType, SizeType, size_type) BOOST_INTRUSIVE_OPTION_TYPE(size_type, SizeType, SizeType, size_type)