file new in Git master
Move.hFunction Corrade::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utitlities.
Functions
-
template<class T>auto forward(typename std::
remove_reference<T>::type& t) -> T&& constexpr noexcept new in Git master - Forward an l-value.
-
template<class T>auto forward(typename std::
remove_reference<T>::type&& t) -> T&& constexpr noexcept new in Git master - Forward an r-value.
-
template<class T>auto move(T&& t) -> std::
remove_reference<T>::type&& constexpr noexcept new in Git master - Convert a value to an r-value.