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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename Size>
constexpr auto destroy_n (ForwardIt first, Size n) -> ForwardIt
 Destroys the n objects in the range starting at first.