|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
Output iterator that inserts projected values into a forest (or similar container). More...
#include <forest_algorithms.hpp>
Public Types | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| using | container_type |
Output iterator that inserts projected values into a forest (or similar container).
Assignment inserts at the current position; trailing() advances past a trailing edge without inserting a node value.