#include "di/container/concepts/viewable_container.h"#include "di/container/view/all.h"#include "di/util/declval.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
Typedefs | |
| template<concepts::ViewableContainer Con> | |
| using | di::meta::AsView = decltype(container::view::all(util::declval<Con>())) |