|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator!= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator!= (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept |
|
template<typename _Tp , typename _Dp > |
bool | std::operator!= (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept |
|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator< (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator<= (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator== (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator== (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept |
|
template<typename _Tp , typename _Dp > |
bool | std::operator== (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept |
|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator> (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
|
template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
bool | std::operator>= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator>= (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
|
template<typename _Tp , typename _Dp > |
bool | std::operator>= (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
|
template<typename _Tp , typename _Dp > |
void | std::swap (unique_ptr< _Tp, _Dp > &__x, unique_ptr< _Tp, _Dp > &__y) noexcept |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <memory>.
Definition in file unique_ptr.h.