YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::PromiseTypeDeleter< Lazy, Shared > Struct Template Referencefinal

#include <promise_type.hpp>

Static Public Member Functions

template<typename V , typename E >
static void Delete (ResultCore< V, E > &core) noexcept
 

Detailed Description

template<bool Lazy, bool Shared>
struct yaclib::detail::PromiseTypeDeleter< Lazy, Shared >

Definition at line 40 of file promise_type.hpp.

Member Function Documentation

◆ Delete()

template<bool Lazy, bool Shared>
template<typename V , typename E >
void yaclib::detail::PromiseTypeDeleter< Lazy, Shared >::Delete ( ResultCore< V, E > &  core)
staticnoexcept

Definition at line 149 of file promise_type.hpp.

References yaclib::MakeContract().


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