tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
can_borrow.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_RANGES_CAN_BORROW_HPP
4#define TETL_RANGES_CAN_BORROW_HPP
5
9
10namespace etl::ranges::detail {
11
13template <typename T>
15
16} // namespace etl::ranges::detail
17
18#endif // TETL_RANGES_CAN_BORROW_HPP
constexpr bool enable_borrowed_range
Definition enable_borrowed_range.hpp:10
constexpr bool is_lvalue_reference_v
Definition is_lvalue_reference.hpp:20