tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt1, typename ForwardIt2> | |
constexpr auto | swap_ranges (ForwardIt1 first1, ForwardIt1 last1, ForwardIt2 first2) -> ForwardIt2 |
Exchanges elements between range [first1 ,last1) and another range starting at first2 . | |