|
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| constexpr bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator< (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator< (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| constexpr bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator<= (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator<= (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
template<typename _Tp , typename _Dp , typename _Up , typename _Ep >
requires three_way_comparable_with<typename unique_ptr<_Tp, _Dp>::pointer, typename unique_ptr<_Up, _Ep>::pointer> |
| constexpr compare_three_way_result_t< typename unique_ptr< _Tp, _Dp >::pointer, typename unique_ptr< _Up, _Ep >::pointer > | std::operator<=> (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
template<typename _Tp , typename _Dp >
requires three_way_comparable<typename unique_ptr<_Tp, _Dp>::pointer> |
| constexpr compare_three_way_result_t< typename unique_ptr< _Tp, _Dp >::pointer > | std::operator<=> (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| constexpr bool | std::operator== (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator== (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| constexpr bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator> (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) |
| |
| template<typename _Tp , typename _Dp > |
| constexpr bool | std::operator> (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) |
| |
| template<typename _Tp , typename _Dp , typename _Up , typename _Ep > |
| constexpr bool | std::operator>= (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) |
| |
| template<typename _Tp , typename _Dp > |
| 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.