mimic++ v4
|
This is the complete list of members for mimicpp::expectation_policies::ApplyAllArgsAction< Action, Projection >, including all inherited members.
ApplyAllArgsAction(Action action={}) noexcept(std::is_nothrow_move_constructible_v< Action >) | mimicpp::expectation_policies::ApplyAllArgsAction< Action, Projection > | inlineexplicit |
operator()(const call::Info< Return, Args... > &callInfo) const noexcept(std::is_nothrow_invocable_v< const Action &, ProjectedArgT< Args >... >) | mimicpp::expectation_policies::ApplyAllArgsAction< Action, Projection > | inline |
ProjectedArgT typedef | mimicpp::expectation_policies::ApplyAllArgsAction< Action, Projection > |