Range-v3
Range algorithms, views, and actions for the Standard Library
unstable_remove_if.hpp File Reference

Classes

struct  ranges::v3::unstable_remove_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.
 

Typedefs

template<typename I , typename S , typename C , typename P = ident>
using ranges::v3::UnstableRemovableIf = meta::strict_and< ForwardIterator< I >, BidirectionalIterator< S >, IndirectPredicate< C, projected< I, P > >, IndirectPredicate< C, projected< S, P > >, Permutable< I >, Permutable< S > >
 

Variables

constexpr with_braced_init_args< unstable_remove_if_fn > ranges::v3::unstable_remove_if {}