tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
borrowed_range.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_RANGES_BORROWED_RANGE_HPP
4#define TETL_RANGES_BORROWED_RANGE_HPP
5
10
11namespace etl::ranges {
12
14template <typename R>
17
18} // namespace etl::ranges
19
20#endif // TETL_RANGES_BORROWED_RANGE_HPP
Definition borrowed_range.hpp:15
Definition range.hpp:13
constexpr bool enable_borrowed_range
Definition enable_borrowed_range.hpp:10
Definition ranges_in_fun_result.hpp:11
constexpr bool is_lvalue_reference_v
Definition is_lvalue_reference.hpp:20
remove_cv_t< remove_reference_t< T > > remove_cvref_t
Definition remove_cvref.hpp:23