tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
iter_rvalue_reference_t.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Typedefs

template<etl::detail::dereferenceable T>
using iter_rvalue_reference_t = decltype(etl::ranges::iter_move(etl::declval<T&>()))