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