EnTT 3.13.0
Loading...
Searching...
No Matches
entt::forward_apply< Func > Member List

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