file
Reference.h
Namespaces
- namespace Death
- Shared root namespace.
- namespace Death::Containers
- Container implementations.
Classes
-
template<class T>class Death::Containers::Reference
- Lightweight non-owning reference wrapper.
Functions
-
template<class T>auto reference(T& reference) -> Reference<T> constexpr
- Make a reference wrapper.