|
llvm-mos-sdk
|
#include <type_traits>

Classes | |
| struct | std::pair< T1, T2 > |
Namespaces | |
| std | |
Functions | |
| template<class T > | |
| constexpr T && | std::forward (std::remove_reference_t< T > &t) noexcept |
| template<class T > | |
| constexpr T && | std::forward (std::remove_reference_t< T > &&t) noexcept |
| template<class T1 , class T2 > | |
| std::pair< T1, T2 > | std::make_pair (T1 x, T2 y) |