Iros
 
Loading...
Searching...
No Matches
empty.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::container::view {
6template<typename T>
7constexpr inline auto empty = EmptyView<T> {};
8}
Definition empty_view.h:14
Definition adjacent.h:8
constexpr auto empty
Definition empty.h:7