Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
testing::internal::SetArgumentPointeeAction< N, A, typename > Struct Template Reference

#include <gmock-actions.h>

Collaboration diagram for testing::internal::SetArgumentPointeeAction< N, A, typename >:
Collaboration graph
[legend]

Public Member Functions

template<typename... Args>
void operator() (const Args &... args) const
 

Public Attributes

value
 

Detailed Description

template<size_t N, typename A, typename = void>
struct testing::internal::SetArgumentPointeeAction< N, A, typename >

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

Member Function Documentation

◆ operator()()

template<size_t N, typename A , typename = void>
template<typename... Args>
void testing::internal::SetArgumentPointeeAction< N, A, typename >::operator() ( const Args &...  args) const
inline

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

1308  {
1309  *::std::get<N>(std::tie(args...)) = value;
1310  }

Member Data Documentation

◆ value

template<size_t N, typename A , typename = void>
A testing::internal::SetArgumentPointeeAction< N, A, typename >::value

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


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