Adaptations of algorithms from the Ranges TS. More...
#include <algorithm>#include <seqan3/std/ranges>#include <range/v3/algorithm/all_of.hpp>#include <range/v3/algorithm/copy.hpp>#include <range/v3/algorithm/copy_n.hpp>#include <range/v3/algorithm/equal.hpp>#include <range/v3/algorithm/fill.hpp>#include <range/v3/algorithm/find_if_not.hpp>#include <range/v3/algorithm/find_if.hpp>#include <range/v3/algorithm/find.hpp>#include <range/v3/algorithm/for_each.hpp>#include <range/v3/algorithm/generate.hpp>#include <range/v3/algorithm/min_element.hpp>#include <range/v3/algorithm/max_element.hpp>#include <range/v3/algorithm/move_backward.hpp>#include <range/v3/algorithm/move.hpp>#include <range/v3/algorithm/reverse.hpp>#include <range/v3/algorithm/sort.hpp>#include <range/v3/algorithm/transform.hpp>
Include dependency graph for algorithm:
This graph shows which files directly or indirectly include this file:Namespaces | |
| std | |
| SeqAn specific customisations in the standard namespace. | |
Adaptations of algorithms from the Ranges TS.