TwiceAsNice
2019-02-18
|
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 | |
const Iterator & | m_first |
const Iterator & | m_last |
Alloc & | m_alloc |
Private Member Functions | |
assign_range< Iterator, Alloc > & | operator= (const assign_range< Iterator, Alloc > &) |
Helper functor for assigning range of items.
|
inline |
|
inline |
|
private |
Alloc& boost::cb_details::assign_range< Iterator, Alloc >::m_alloc |
const Iterator& boost::cb_details::assign_range< Iterator, Alloc >::m_first |
const Iterator& boost::cb_details::assign_range< Iterator, Alloc >::m_last |