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// SPDX-FileCopyrightText: Copyright (C) 2023 Tobias Hienzsch
3
4#ifndef TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
5#define TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
6
7namespace etl::ranges {
8
9/// \ingroup ranges
10template <typename T>
11inline constexpr bool enable_borrowed_range = false;
12
13} // namespace etl::ranges
14
15#endif // TETL_RANGES_ENABLE_BORROWED_RANGE_HPP
constexpr bool enable_borrowed_range
Definition enable_borrowed_range.hpp:11
Definition ranges_in_fun_result.hpp:12
Definition adjacent_find.hpp:9