tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename InputIt, typename OutputIt> | |
constexpr auto | copy (InputIt first, InputIt last, OutputIt destination) -> OutputIt |
Copies the elements in the range, defined by [first, last) , to another range beginning at destination. | |