tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
legacy_bidirectional_iterator.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_LEGACY_BIDIRECTIONAL_ITERATOR_HPP
4#define TETL_CONCEPTS_LEGACY_BIDIRECTIONAL_ITERATOR_HPP
5
10
11namespace etl {
12
16template <typename Iter>
22
23} // namespace etl
24
25#endif // TETL_CONCEPTS_LEGACY_BIDIRECTIONAL_ITERATOR_HPP
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
Definition legacy_bidirectional_iterator.hpp:17
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