template <typename R, typename... Args, typename Impl>

struct ActionImpl

Defined at line 2209 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

Public Methods

void ActionImpl<R (Args...), Impl> ()

Defined at line 2215 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

void ActionImpl<R (Args...), Impl> (std::shared_ptr<Impl> impl)

Defined at line 2216 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

R operator() (Args &&... arg)

Defined at line 2218 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

template <std::size_t... arg_id, std::size_t... excess_id>
R Apply (std::index_sequence<arg_id...> , std::index_sequence<excess_id...> , const args_type & args)

Defined at line 2227 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h