|
static UTIL_FORCEINLINE void | construct_default_storage (storage_type &out) LIBCOPP_MACRO_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 UTIL_FORCEINLINE void | construct_storage (storage_type &out, std::unique_ptr< U, UDELETOR > &&in) LIBCOPP_MACRO_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 UTIL_FORCEINLINE void | construct_storage (storage_type &out, std::shared_ptr< U > &&in) LIBCOPP_MACRO_NOEXCEPT |
|
template<class... U> |
static UTIL_FORCEINLINE void | construct_storage (storage_type &out, U &&...in) LIBCOPP_MACRO_NOEXCEPT |
|
static UTIL_FORCEINLINE void | move_storage (storage_type &out, storage_type &&in) LIBCOPP_MACRO_NOEXCEPT |
|
static UTIL_FORCEINLINE void | reset (storage_type &storage) LIBCOPP_MACRO_NOEXCEPT |
|
static UTIL_FORCEINLINE void | swap (storage_type &l, storage_type &r) LIBCOPP_MACRO_NOEXCEPT |
|
static UTIL_FORCEINLINE const ptr_type & | unwrap (const storage_type &storage) LIBCOPP_MACRO_NOEXCEPT |
|
static UTIL_FORCEINLINE ptr_type & | unwrap (storage_type &storage) LIBCOPP_MACRO_NOEXCEPT |
|
template<class T, class TPTR>
struct future::poll_storage_base< T, TPTR >
Definition at line 222 of file storage.h.