tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
input_or_output_iterator.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_ITERATOR_INPUT_OR_OUTPUT_ITERATOR_HPP
4#define TETL_ITERATOR_INPUT_OR_OUTPUT_ITERATOR_HPP
5
9
10namespace etl {
11
12// clang-format off
13template <typename Iter>
15 { *it } -> detail::can_reference;
16};
17// clang-format on
18
19} // namespace etl
20
21#endif // TETL_ITERATOR_INPUT_OR_OUTPUT_ITERATOR_HPP
Definition input_or_output_iterator.hpp:14
Definition weakly_incrementable.hpp:16
Definition adjacent_find.hpp:8