Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::CallableTraits< Functor > Struct Template Reference

#include <gmock-matchers.h>

Public Types

typedef Functor::result_type ResultType
 
typedef Functor StorageType
 

Static Public Member Functions

static void CheckIsValid (Functor)
 
template<typename T >
static ResultType Invoke (Functor f, T arg)
 

Detailed Description

template<typename Functor>
struct testing::internal::CallableTraits< Functor >

Definition at line 2604 of file gmock-matchers.h.

Member Typedef Documentation

◆ ResultType

template<typename Functor >
Functor::result_type testing::internal::CallableTraits< Functor >::ResultType

Definition at line 2605 of file gmock-matchers.h.

◆ StorageType

template<typename Functor >
Functor testing::internal::CallableTraits< Functor >::StorageType

Definition at line 2606 of file gmock-matchers.h.

Member Function Documentation

◆ CheckIsValid()

template<typename Functor >
static void testing::internal::CallableTraits< Functor >::CheckIsValid ( Functor )
inlinestatic

Definition at line 2608 of file gmock-matchers.h.

2608{}
Here is the caller graph for this function:

◆ Invoke()

template<typename Functor >
template<typename T >
static ResultType testing::internal::CallableTraits< Functor >::Invoke ( Functor f,
T arg )
inlinestatic

Definition at line 2610 of file gmock-matchers.h.

2610{ return f(arg); }

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