Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
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 1727 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 1730 of file gmock-actions.h.

1730  {
1731  return *pointer;
1732  }

Member Data Documentation

◆ pointer

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

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


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