|
| 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 > |
| _GLIBCXX23_CONSTEXPR bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator< (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| _GLIBCXX23_CONSTEXPR bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator<= (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| _GLIBCXX23_CONSTEXPR bool | std::operator== (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR 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 > |
| _GLIBCXX23_CONSTEXPR bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR bool | std::operator> (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| _GLIBCXX23_CONSTEXPR bool | std::operator>= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| _GLIBCXX23_CONSTEXPR 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 > |
| enable_if<!__is_swappable< _Dp >::value >::type | std::swap (unique_ptr< _Tp, _Dp > &, unique_ptr< _Tp, _Dp > &)=delete |
| |
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.