#include <gmock-actions.h>
template<typename T>
class testing::internal::SetErrnoAndReturnAction< T >
Definition at line 890 of file gmock-actions.h.
◆ SetErrnoAndReturnAction()
Definition at line 892 of file gmock-actions.h.
893 : errno_(errno_value),
894 result_(result) {}
◆ Perform()
template<typename T >
template<typename Result , typename ArgumentTuple >
Definition at line 896 of file gmock-actions.h.
896 {
897 errno = errno_;
898 return result_;
899 }
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