#include <gmock-actions.h>
|
template<typename... Args> |
void | operator() (const Args &... args) const |
|
template<size_t k>
struct testing::internal::DeleteArgAction< k >
Definition at line 1137 of file gmock-actions.h.
◆ operator()()
template<size_t k>
template<typename... Args>
Definition at line 1139 of file gmock-actions.h.
1139 {
1140 delete std::get<k>(std::tie(args...));
1141 }
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googlemock/include/gmock/gmock-actions.h