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