#include <algorithm>
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::algorithm | |
Functions | |
| template<typename InputIterator , typename Size , typename OutputIterator > | |
| OutputIterator | boost::algorithm::copy_n (InputIterator first, Size n, OutputIterator result) |
| Copies exactly n (n > 0) elements from the range starting at first to the range starting at result. More... | |