|
static LIBCOPP_UTIL_FORCEINLINE void | construct_default_storage (storage_type &out) noexcept |
|
template<class U , class UDELETOR , typename std::enable_if< std::is_base_of< T, typename std::decay< U >::type >::value, bool >::type = false> |
static LIBCOPP_UTIL_FORCEINLINE void | construct_storage (storage_type &out, std::unique_ptr< U, UDELETOR > &&in) noexcept |
|
template<class U , typename std::enable_if< std::is_base_of< T, typename std::decay< U >::type >::value &&type_traits::is_shared_ptr< ptr_type >::value, bool >::type = false> |
static LIBCOPP_UTIL_FORCEINLINE void | construct_storage (storage_type &out, LIBCOPP_COPP_NAMESPACE_ID::memory::strong_rc_ptr< U > &&in) noexcept |
|
template<class U , typename std::enable_if< std::is_base_of< T, typename std::decay< U >::type >::value &&type_traits::is_shared_ptr< ptr_type >::value, bool >::type = false> |
static LIBCOPP_UTIL_FORCEINLINE void | construct_storage (storage_type &out, ::std::shared_ptr< U > &&in) noexcept |
|
template<class... U> |
static LIBCOPP_UTIL_FORCEINLINE void | construct_storage (storage_type &out, U &&...in) noexcept(std::is_nothrow_constructible< value_type, U... >::value) |
|
static LIBCOPP_UTIL_FORCEINLINE void | move_storage (storage_type &out, storage_type &&in) noexcept |
|
static LIBCOPP_UTIL_FORCEINLINE void | reset (storage_type &storage) noexcept |
|
static LIBCOPP_UTIL_FORCEINLINE void | swap (storage_type &l, storage_type &r) noexcept |
|
static LIBCOPP_UTIL_FORCEINLINE const ptr_type & | unwrap (const storage_type &storage) noexcept |
|
static LIBCOPP_UTIL_FORCEINLINE ptr_type & | unwrap (storage_type &storage) noexcept |
|
template<class T, class TPTR>
struct future::poll_storage_base< T, TPTR >
Definition at line 222 of file storage.h.