YACLib
C++ library for concurrent tasks execution
|
This is the complete list of members for yaclib::detail::SafeCall< Func >, including all inherited members.
Call() noexcept | yaclib::detail::SafeCall< Func > | inlineprotected |
Invoke typedef | yaclib::detail::SafeCall< Func > | |
SafeCall(Store &&f) noexcept(std::is_nothrow_move_constructible_v< Store >) | yaclib::detail::SafeCall< Func > | inlineexplicit |
SafeCall(const Store &f) noexcept(std::is_nothrow_copy_constructible_v< Store >) | yaclib::detail::SafeCall< Func > | inlineexplicit |
Store typedef | yaclib::detail::SafeCall< Func > |