Helper functor for assigning range of items. More...
#include <details.hpp>
Public Member Functions | |
assign_range (const Iterator &first, const Iterator &last, Alloc &alloc) | |
template<class Pointer > | |
void | operator() (Pointer p) const |
Public Attributes | |
Iterator | m_first |
Iterator | m_last |
Alloc & | m_alloc |
Helper functor for assigning range of items.
|
inline |
|
inline |
References boost::cb_details::uninitialized_copy().
Alloc& boost::cb_details::assign_range< Iterator, Alloc >::m_alloc |
Iterator boost::cb_details::assign_range< Iterator, Alloc >::m_first |
Iterator boost::cb_details::assign_range< Iterator, Alloc >::m_last |