file
Pair.hClass Death::
Namespaces
- namespace Death
- Shared root namespace.
- namespace Death::Containers
- Container implementations.
Classes
-
template<class F, class S>class Death::Containers::Pair
- Pair of values.
Functions
-
template<class F, class S>auto pair(F&& first, S&& second) -> Pair<typename std::
decay<F>::type, typename std:: decay<S>::type> constexpr - Make a pair.
-
template<class T>auto pair(T&& other) -> auto
- Make a pair from external representation.