Embedded Template Library 1.0
|
Turns assignment into a push_front. More...
#include <iterator.h>
Public Types | |
typedef TContainer | container_type |
![]() | |
typedef void | value_type |
typedef void | difference_type |
typedef void | pointer |
typedef void | reference |
typedef ETL_OR_STD::output_iterator_tag | iterator_category |
Public Member Functions | |
ETL_CONSTEXPR14 | front_insert_iterator (TContainer &c) |
Constructor. | |
ETL_CONSTEXPR14 front_insert_iterator & | operator= (const typename TContainer::value_type &value) |
Assignment operator. | |
ETL_NODISCARD ETL_CONSTEXPR14 front_insert_iterator & | operator* () |
Dereference operator. | |
ETL_CONSTEXPR14 front_insert_iterator & | operator++ () |
Pre-increment operator. | |
ETL_CONSTEXPR14 front_insert_iterator | operator++ (int) |
Post-increment operator. | |
Protected Attributes | |
TContainer * | container |
Turns assignment into a push_front.