#include "di/container/concepts/forward_iterator.h"#include "di/container/interface/begin.h"#include "di/container/interface/end.h"#include "di/container/interface/size.h"#include "di/container/meta/container_iterator.h"#include "di/function/tag_invoke.h"Go to the source code of this file.
Classes | |
| struct | di::container::EmptyFunction |
Namespaces | |
| namespace | di |
| namespace | di::container |
| namespace | di::container::detail |
Concepts | |
| concept | di::container::detail::CustomEmpty |
| concept | di::container::detail::MemberEmpty |
| concept | di::container::detail::SizeEmpty |
| concept | di::container::detail::IteratorEmpty |
Variables | |
| constexpr auto | di::container::empty = EmptyFunction {} |
| constexpr auto | di::empty |