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

Go to the source code of this file.

Classes

struct  front_insert_iterator< Container >
 front_insert_iterator is an LegacyOutputIterator that prepends elements to a container for which it was constructed. More...
 

Namespaces

namespace  etl
 

Functions

template<typename Container>
constexpr auto front_inserter (Container &c) -> front_insert_iterator< Container >
 front_inserter is a convenience function template that constructs a front_insert_iterator for the container c with the type deduced from the type of the argument.