Helper functor for assigning n items. More...
#include <details.hpp>
Public Types | |
typedef boost::container::allocator_traits < Alloc >::size_type | size_type |
Public Member Functions | |
assign_n (size_type n, Value item, Alloc &alloc) | |
template<class Pointer > | |
void | operator() (Pointer p) const |
Public Attributes | |
size_type | m_n |
Value | m_item |
Alloc & | m_alloc |
Helper functor for assigning n items.
typedef boost::container::allocator_traits<Alloc>::size_type boost::cb_details::assign_n< Value, Alloc >::size_type |
|
inline |
|
inline |
Alloc& boost::cb_details::assign_n< Value, Alloc >::m_alloc |
Value boost::cb_details::assign_n< Value, Alloc >::m_item |
size_type boost::cb_details::assign_n< Value, Alloc >::m_n |