8 #ifndef INCLUDE_MOLASSEMBLER_RANGE_H
9 #define INCLUDE_MOLASSEMBLER_RANGE_H
11 #include "Molassembler/Export.h"
15 namespace Molassembler {
25 template<
typename Iter>
33 inline Iter begin()
const {
37 inline Iter end()
const {
constexpr Get< 1 > second
Calls std::get<1> on any argument it is invoked with.
Definition: Functor.h:125
Homogeneous pair of iterators with begin and end member fns.
Definition: IteratorRange.h:26
constexpr Get< 0 > first
Calls std::get<0> on any argument it is invoked with.
Definition: Functor.h:123