Iros
 
Loading...
Searching...
No Matches
borrowed_iterator.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::meta
 

Typedefs

template<concepts::Container Con>
using di::meta::BorrowedIterator = Conditional<concepts::BorrowedContainer<Con>, ContainerIterator<Con>, container::Dangling>