|
libstdc++
|
Go to the source code of this file.
Classes | |
| struct | std::default_delete< _Tp > |
| struct | std::default_delete< _Tp[]> |
| struct | std::hash< unique_ptr< _Tp, _Dp > > |
| class | std::unique_ptr< _Tp, _Dp > |
| class | std::unique_ptr< _Tp[], _Dp > |
Namespaces | |
| std | |
Macros | |
| #define | __cpp_lib_make_unique |
Functions | |
| 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.