Electroneum
testing::internal::Function< R()> Struct Template Reference

#include <gmock-generated-internal-utils.h>

Inheritance diagram for testing::internal::Function< R()>:

Public Types

typedef R Result
 
typedef ::testing::tuple ArgumentTuple
 
typedef MatcherTuple< ArgumentTuple >::type ArgumentMatcherTuple
 
typedef void MakeResultVoid()
 
typedef IgnoredValue MakeResultIgnoredValue()
 

Detailed Description

template<typename R>
struct testing::internal::Function< R()>

Definition at line 157 of file gmock-generated-internal-utils.h.

Member Typedef Documentation

◆ ArgumentMatcherTuple

template<typename R >
typedef MatcherTuple<ArgumentTuple>::type testing::internal::Function< R()>::ArgumentMatcherTuple

Definition at line 160 of file gmock-generated-internal-utils.h.

◆ ArgumentTuple

template<typename R >
typedef ::testing::tuple testing::internal::Function< R()>::ArgumentTuple

Definition at line 159 of file gmock-generated-internal-utils.h.

◆ MakeResultIgnoredValue

template<typename R >
typedef IgnoredValue testing::internal::Function< R()>::MakeResultIgnoredValue()

Definition at line 162 of file gmock-generated-internal-utils.h.

◆ MakeResultVoid

template<typename R >
typedef void testing::internal::Function< R()>::MakeResultVoid()

Definition at line 161 of file gmock-generated-internal-utils.h.

◆ Result

template<typename R >
typedef R testing::internal::Function< R()>::Result

Definition at line 158 of file gmock-generated-internal-utils.h.


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