tesseract v5.3.3.20231005
testing::internal::ReturnPointeeAction< Ptr > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

template<typename... Args>
auto operator() (const Args &...) const -> decltype(*pointer)
 

Public Attributes

Ptr pointer
 

Detailed Description

template<typename Ptr>
struct testing::internal::ReturnPointeeAction< Ptr >

Definition at line 1145 of file gmock-actions.h.

Member Function Documentation

◆ operator()()

template<typename Ptr >
template<typename... Args>
auto testing::internal::ReturnPointeeAction< Ptr >::operator() ( const Args &  ...) const -> decltype(*pointer)
inline

Definition at line 1148 of file gmock-actions.h.

1148 {
1149 return *pointer;
1150 }

Member Data Documentation

◆ pointer

template<typename Ptr >
Ptr testing::internal::ReturnPointeeAction< Ptr >::pointer

Definition at line 1146 of file gmock-actions.h.


The documentation for this struct was generated from the following file: