CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::UserPredicate< Callable > Member List

This is the complete list of members for CeresEngine::UserPredicate< Callable >, including all inherited members.

callableCeresEngine::UserPredicate< Callable >
operator()(Input &&... input) const noexcept(noexcept(callable(std::forward< Input >(input)...)))CeresEngine::UserPredicate< Callable >inline
UserPredicate(Callable &&callable) noexceptCeresEngine::UserPredicate< Callable >inlineexplicit