Classes | |
struct | ranges::v3::lazy_yield_if_fn |
struct | ranges::v3::view::for_each_fn |
Lazily applies an unary function to each element in the source range that returns another range (possibly empty), flattening the result. More... | |
struct | ranges::v3::yield_fn |
struct | ranges::v3::yield_from_fn |
struct | ranges::v3::yield_if_fn |
Namespaces | |
ranges | |
unstable_remove have O(1) complexity for each element remove, unlike remove O(n) [for worst case] Each erased element overwritten (moved in) with last one. | |