GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
testing::internal::InvokeMethodAction< Class, MethodPtr > Member List

This is the complete list of members for testing::internal::InvokeMethodAction< Class, MethodPtr >, including all inherited members.

method_ptrtesting::internal::InvokeMethodAction< Class, MethodPtr >
obj_ptrtesting::internal::InvokeMethodAction< Class, MethodPtr >
operator()(Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...))testing::internal::InvokeMethodAction< Class, MethodPtr >inline
operator()(Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...))testing::internal::InvokeMethodAction< Class, MethodPtr >inline