|
EnTT 4.0.0
|
This is the complete list of members for entt::forward_apply< Func >, including all inherited members.
| forward_apply(Args &&...args) noexcept(stl::is_nothrow_constructible_v< Func, Args... >) | entt::forward_apply< Func > | inline |
| operator()(Type &&args) noexcept(noexcept(stl::apply(stl::declval< Func & >(), args))) | entt::forward_apply< Func > | inline |
| operator()(Type &&args) const noexcept(noexcept(stl::apply(stl::declval< const Func & >(), args))) | entt::forward_apply< Func > | inline |