Const time insert trait. More...
#include <sequence_traits.hpp>
Public Types | |
typedef mpl::bool_ < has_const_time_insert< T > ::value > | type |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, value=false) | |
Const time insert trait.
This trait specifies that the sequence's insert method has constant time complexity.
typedef mpl::bool_<has_const_time_insert<T>::value> boost::algorithm::has_const_time_insert< T >::type |
boost::algorithm::has_const_time_insert< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = false |
||
) |