tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
next.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InputIt>
constexpr auto next (InputIt it, typename iterator_traits< InputIt >::difference_type n=1) -> InputIt
 Return the nth successor of iterator it.