Iros
 
Loading...
Searching...
No Matches
container_sentinel.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 end
Definition end.h:47
Definition merge_interfaces.h:6
decltype(container::end(util::declval< T & >())) ContainerSentinel
Definition container_sentinel.h:8
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8