4#ifndef TETL_RANGES_BORROWED_ITERATOR_T_HPP
5#define TETL_RANGES_BORROWED_ITERATOR_T_HPP
7#include <etl/_ranges/borrowed_range.hpp>
8#include <etl/_ranges/dangling.hpp>
9#include <etl/_ranges/iterator_t.hpp>
10#include <etl/_ranges/range.hpp>
11#include <etl/_type_traits/conditional.hpp>
16template <etl::ranges::range R>
17using borrowed_iterator_t
Definition ranges_in_fun_result.hpp:12
Definition adjacent_find.hpp:9
Definition dangling.hpp:10