file new in Git master
Pair.hClass Corrade::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Containers
- Container implementations.
Classes
-
template<class F, class S>class Corrade::Containers::Pair new in Git master
- 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.