SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
algorithm File Reference

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/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:

Detailed Description

Adaptations of algorithms from the Ranges TS.

Author
René Rahn <rene.rahn AT fu-berlin.de>