Files | |
file | all_of.hpp |
Test ranges to see if all elements match a value or predicate. | |
file | any_of.hpp |
Test ranges to see if any elements match a value or predicate. | |
file | copy_if.hpp |
file | copy_n.hpp |
file | find_if_not.hpp |
Find the first element in a sequence that does not satisfy a predicate. | |
file | iota.hpp |
file | is_partitioned.hpp |
Tell if a sequence is partitioned. | |
file | is_permutation.hpp |
file | is_sorted.hpp |
file | none_of.hpp |
Test ranges to see if no elements match a value or predicate. | |
file | one_of.hpp |
Test ranges to see if only one element matches a value or predicate. | |
file | partition_copy.hpp |
Copy a subset of a sequence to a new sequence. | |
file | partition_point.hpp |
Find the partition point in a sequence. | |