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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt1, typename ForwardIt2>
constexpr auto iter_swap (ForwardIt1 a, ForwardIt2 b) -> void
 Swaps the values of the elements the given iterators are pointing to.