TwiceAsNice
2019-02-18
|
Helper functor for assigning n items. More...
#include <details.hpp>
Public Types | |
typedef 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 |
Private Member Functions | |
assign_n< Value, Alloc > & | operator= (const assign_n< Value, Alloc > &) |
Helper functor for assigning n items.
typedef Alloc::size_type boost::cb_details::assign_n< Value, Alloc >::size_type |
|
inline |
|
inline |
|
private |
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 |