#include <boost/iterator.hpp>
#include <boost/throw_exception.hpp>
#include <boost/detail/no_exceptions_support.hpp>
#include <iterator>
|
template<class ForwardIterator , class Diff , class T , class Alloc > |
void | boost::cb_details::uninitialized_fill_n_with_alloc (ForwardIterator first, Diff n, const T &item, Alloc &alloc) |
| Equivalent of std::uninitialized_fill_n with allocator. More...
|
|
template<class InputIterator , class ForwardIterator , class Alloc > |
ForwardIterator | boost::cb_details::uninitialized_copy_with_alloc (InputIterator first, InputIterator last, ForwardIterator dest, Alloc &alloc) |
| Equivalent of std::uninitialized_copy with allocator. More...
|
|
template<class Buff , class Traits > |
iterator< Buff, Traits > | boost::cb_details::operator+ (typename Traits::difference_type n, const iterator< Buff, Traits > &it) |
| Iterator addition. More...
|
|