|
YACLib
C++ library for concurrent tasks execution
|
#include <core.hpp>
Public Types | |
| using | Base = ResultCoreT< Type, Ret, E > |
Public Member Functions | |
| Core (Func &&f) | |
Additional Inherited Members | |
Protected Types inherited from yaclib::detail::FuncCore< Func > | |
| 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 inherited from yaclib::detail::FuncCore< Func > | |
| FuncCore (Func &&f) | |
Protected Attributes inherited from yaclib::detail::FuncCore< Func > | |
| YACLIB_NO_UNIQUE_ADDRESS State | _func |