YACLib
C++ library for concurrent tasks execution
|
#include <func_core.hpp>
Classes | |
union | State |
Protected Types | |
using | Storage = std::decay_t< Func > |
using | Invoke = std::conditional_t< std::is_function_v< std::remove_reference_t< Func > >, Storage, Func > |
Protected Member Functions | |
FuncCore (Func &&f) | |
Protected Attributes | |
YACLIB_NO_UNIQUE_ADDRESS State | _func |
Definition at line 12 of file func_core.hpp.
|
protected |
Definition at line 15 of file func_core.hpp.
|
protected |
Definition at line 14 of file func_core.hpp.
|
inlineexplicitprotected |
Definition at line 18 of file func_core.hpp.
References yaclib::detail::FuncCore< Func >::_func, yaclib::MakeContract(), and yaclib::detail::FuncCore< Func >::State::storage.
|
protected |
Definition at line 32 of file func_core.hpp.
Referenced by yaclib::detail::FuncCore< Func >::FuncCore().