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

#include <storage.h>

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

Public Types

using type = TRESULT
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 602 of file storage.h.

Member Typedef Documentation

◆ type

template<class TRESULT >
using future::_make_result_instance_helper< TRESULT, true >::type = TRESULT

Definition at line 603 of file storage.h.

Member Function Documentation

◆ make_error()

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

Definition at line 613 of file storage.h.

◆ make_success()

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

Definition at line 606 of file storage.h.


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