stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::forward_node_iterator Concept Reference

Concept definition

template<class I>
concept forward_node_iterator = std::forward_iterator<I> && requires(I i) {
}
Definition concepts.hpp:27
void set_next(const I &x, const I &y)
Sets the successor of the node referenced by x to y (via set_next_fn<I>).
Definition set_next.hpp:41