tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
range_size_t.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_RANGES_RANGE_SIZE_T_HPP
4#define TETL_RANGES_RANGE_SIZE_T_HPP
5
9
10namespace etl::ranges {
11
13template <etl::ranges::sized_range R>
15
16} // namespace etl::ranges
17
18#endif // TETL_RANGES_RANGE_SIZE_T_HPP
decltype(etl::ranges::size(etl::declval< R & >())) range_size_t
Definition range_size_t.hpp:14
constexpr auto size
Definition size.hpp:64
Definition ranges_in_fun_result.hpp:11
auto declval() noexcept -> add_rvalue_reference_t< T >