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