Classes | |
struct | ranges::v3::is_permutation_fn |
struct | ranges::v3::next_permutation_fn |
struct | ranges::v3::prev_permutation_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. | |
Variables | |
constexpr with_braced_init_args< is_permutation_fn > | ranges::v3::is_permutation {} |
constexpr with_braced_init_args< next_permutation_fn > | ranges::v3::next_permutation {} |
constexpr with_braced_init_args< prev_permutation_fn > | ranges::v3::prev_permutation {} |