tesseract v5.3.3.20231005
testing::internal::SetArgumentPointeeAction< N, A, typename > Struct Template Reference

#include <gmock-actions.h>

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 911 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 915 of file gmock-actions.h.

915 {
916 *::std::get<N>(std::tie(args...)) = value;
917 }

Member Data Documentation

◆ value

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

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


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