tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename BidirIt> | |
constexpr auto | prev (BidirIt it, typename iterator_traits< BidirIt >::difference_type n=1) -> BidirIt |
Return the nth predecessor of iterator it. | |