libcopp  2.2.0
Public Types | Static Public Member Functions
future::_make_result_instance_helper< TRESULT, false > Struct Template Reference

#include <storage.h>

Collaboration diagram for future::_make_result_instance_helper< TRESULT, false >:
Collaboration graph

Public Types

using type = std::unique_ptr< TRESULT >
 

Static Public Member Functions

template<class... TARGS>
static type make_success (TARGS &&...args)
 
template<class... TARGS>
static type make_error (TARGS &&...args)
 

Detailed Description

template<class TRESULT>
struct future::_make_result_instance_helper< TRESULT, false >

Definition at line 577 of file storage.h.

Member Typedef Documentation

◆ type

template<class TRESULT >
using future::_make_result_instance_helper< TRESULT, false >::type = std::unique_ptr<TRESULT>

Definition at line 578 of file storage.h.

Member Function Documentation

◆ make_error()

template<class TRESULT >
template<class... TARGS>
static type future::_make_result_instance_helper< TRESULT, false >::make_error ( TARGS &&...  args)
inlinestatic

Definition at line 591 of file storage.h.

◆ make_success()

template<class TRESULT >
template<class... TARGS>
static type future::_make_result_instance_helper< TRESULT, false >::make_success ( TARGS &&...  args)
inlinestatic

Definition at line 581 of file storage.h.


The documentation for this struct was generated from the following file: