Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::algorithm::has_stable_iterators< T > Class Template Reference

Stable iterators trait. More...

#include <sequence_traits.hpp>

Public Types

typedef mpl::bool_
< has_stable_iterators< T >
::value > 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=false)
 

Detailed Description

template<typename T>
class boost::algorithm::has_stable_iterators< T >

Stable iterators trait.

This trait specifies that the sequence has stable iterators. It means that operations like insert/erase/replace do not invalidate iterators.

Member Typedef Documentation

template<typename T >
typedef mpl::bool_<has_stable_iterators<T>::value> boost::algorithm::has_stable_iterators< T >::type

Member Function Documentation

template<typename T >
boost::algorithm::has_stable_iterators< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = false 
)

The documentation for this class was generated from the following file: