Iros
 
Loading...
Searching...
No Matches
as_view.h
Go to the documentation of this file.
1#pragma once
2
5#include "di/util/declval.h"
6
7namespace di::meta {
8template<concepts::ViewableContainer Con>
10}
constexpr auto all
Definition all.h:35
Definition merge_interfaces.h:6
decltype(container::view::all(util::declval< Con >())) AsView
Definition as_view.h:9
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8