![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
mixin used to define back_insert_iterator
More...
Public Member Functions | |
| constexpr | adaptor_mixin (Container &cont) noexcept |
constructs an adaptor_mixin | |
Protected Member Functions | |
| template<class T> | |
| constexpr auto | insert (T &&value) noexcept(noexcept(container->push_back(std::forward< T >(value)))) -> void |
| insert an element into the associated container | |
Protected Attributes | |
| Container * | container |
| associated container to insert into | |
mixin used to define back_insert_iterator
| Container | associated container type |
|
inlineexplicitconstexprnoexcept |
constructs an adaptor_mixin
| cont | container to insert into |
|
inlineconstexprprotectednoexcept |
insert an element into the associated container
| T | cv-ref qualified container value type |
| value | value to insert |
|
protected |
associated container to insert into