3#ifndef TETL_ITERATOR_LEGACY_FORWARD_ITERATOR_HPP
4#define TETL_ITERATOR_LEGACY_FORWARD_ITERATOR_HPP
22template <
typename Iter>
27 and
requires(Iter it) {
The constructible_from concept specifies that a variable of type T can be initialized with the given ...
Definition constructible_from.hpp:15
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
Definition legacy_forward_iterator.hpp:23
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19
Definition adjacent_find.hpp:8
constexpr bool is_reference_v
Definition is_reference.hpp:24
Definition indirectly_readable_traits.hpp:34