webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
struct | has_overloaded_addressof |
Functions | |
template<class T > | |
constexpr T && | constexpr_forward (typename std::remove_reference< T >::type &t) __NOEXCEPT |
template<class T > | |
constexpr T && | constexpr_forward (typename std::remove_reference< T >::type &&t) __NOEXCEPT |
template<class T > | |
constexpr std::remove_reference< T >::type && | constexpr_move (T &&t) __NOEXCEPT |
template<typename T , TR2_OPTIONAL_REQUIRES(!has_overloaded_addressof< T >) > | |
constexpr T * | static_addressof (T &ref) |
template<typename T , TR2_OPTIONAL_REQUIRES(has_overloaded_addressof< T >) > | |
T * | static_addressof (T &ref) |
template<class U > | |
constexpr U | convert (U v) |
|
inline |
|
inline |
|
inline |
constexpr U std::detail_::convert | ( | U | v | ) |
constexpr T * std::detail_::static_addressof | ( | T & | ref | ) |