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