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

Classes

struct  ranges::v3::view::c_str_fn
 View a \0-terminated C string (e.g. from a const char*) as a range. More...
 

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.