|
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 | iter_swap (ForwardIt1 a, ForwardIt2 b) -> void |
| Swaps the values of the elements the given iterators are pointing to. | |