Iros
 
Loading...
Searching...
No Matches
container_iterator.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/util/declval.h"
5
6namespace di::meta {
7template<typename T>
9}
constexpr auto begin
Definition begin.h:44
Definition merge_interfaces.h:6
decltype(container::begin(util::declval< T & >())) ContainerIterator
Definition container_iterator.h:8
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8