tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
borrowed_iterator_t.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_RANGES_BORROWED_ITERATOR_T_HPP
4#define TETL_RANGES_BORROWED_ITERATOR_T_HPP
5
11
12namespace etl::ranges {
13
15template <etl::ranges::range R>
18
19} // namespace etl::ranges
20
21#endif // TETL_RANGES_BORROWED_ITERATOR_T_HPP
decltype(etl::ranges::begin(etl::declval< T & >())) iterator_t
Definition iterator_t.hpp:13
etl::conditional_t< etl::ranges::borrowed_range< R >, etl::ranges::iterator_t< R >, etl::ranges::dangling > borrowed_iterator_t
Definition borrowed_iterator_t.hpp:16
Definition ranges_in_fun_result.hpp:11
typename conditional< B, T, F >::type conditional_t
Definition conditional.hpp:21
Definition dangling.hpp:9