#include <gmock-actions.h>
template<typename A>
class testing::internal::IgnoreResultAction< A >
Definition at line 890 of file gmock-actions.h.
◆ IgnoreResultAction()
◆ operator Action< F >()
template<typename A >
template<typename F >
Definition at line 895 of file gmock-actions.h.
904 typedef typename internal::Function<F>::Result Result;
907 CompileAssertTypesEqual<void, Result>();
909 return Action<F>(
new Impl<F>(action_));
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h