tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
enable_borrowed_range.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
4#define TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
5
6namespace etl::ranges {
7
9template <typename T>
10inline constexpr bool enable_borrowed_range = false;
11
12} // namespace etl::ranges
13
14#endif // TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
constexpr bool enable_borrowed_range
Definition enable_borrowed_range.hpp:10
Definition ranges_in_fun_result.hpp:11