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