|
template<typename _Tp , typename... _Args> |
_MakeUniq< _Tp >::__single_object | std::make_unique (_Args &&...__args) |
|
template<typename _Tp > |
_MakeUniq< _Tp >::__array | std::make_unique (size_t __num) |
|
template<typename _Tp , typename... _Args> |
_MakeUniq< _Tp >::__invalid_type | std::make_unique (_Args &&...)=delete |
|
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 > |
enable_if< __is_swappable< _Dp >::value >::type | std::swap (unique_ptr< _Tp, _Dp > &__x, unique_ptr< _Tp, _Dp > &__y) noexcept |
|
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.