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

Go to the source code of this file.

Namespaces

namespace  etl
 
namespace  etl::ranges
 

Typedefs

template<etl::ranges::range R>
using borrowed_iterator_t = etl::conditional_t<etl::ranges::borrowed_range<R>, etl::ranges::iterator_t<R>, etl::ranges::dangling>