|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::UserPredicate< Callable >, including all inherited members.
| callable | CeresEngine::UserPredicate< Callable > | |
| operator()(Input &&... input) const noexcept(noexcept(callable(std::forward< Input >(input)...))) | CeresEngine::UserPredicate< Callable > | inline |
| UserPredicate(Callable &&callable) noexcept | CeresEngine::UserPredicate< Callable > | inlineexplicit |