Classes | |
| struct | ranges::v3::action::unstable_remove_if_fn |
| struct | ranges::v3::action::unstable_remove_if_fn::ConceptImpl |
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. | |
Variables | |
| constexpr action< unstable_remove_if_fn > | ranges::v3::action::unstable_remove_if {} |