#include <gmock-actions.h>
template<typename Impl>
class testing::PolymorphicAction< Impl >
Definition at line 551 of file gmock-actions.h.
◆ PolymorphicAction()
◆ operator Action< F >()
template<typename Impl >
template<typename F >
Definition at line 556 of file gmock-actions.h.
556 {
557 return Action<F>(new MonomorphicImpl<F>(impl_));
558 }
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googlemock/include/gmock/gmock-actions.h