Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
iterator_const_reference.h
Go to the documentation of this file.
1#pragma once
2
6#include "di/meta/common.h"
7
8namespace di::meta {
9template<concepts ::IndirectlyReadable Iter>
11}
Definition merge_interfaces.h:6
detail::CommonReferenceHelper< Types... >::Type CommonReference
Definition common.h:198
meta::CommonReference< meta::IteratorValue< Iter > const &&, meta::IteratorReference< Iter > > IteratorConstReference
Definition iterator_const_reference.h:10
decltype(*util::declval< T const & >()) IteratorReference
Definition iterator_reference.h:7