proxygen
testing::internal::CallableTraits< Functor > Struct Template Reference

#include <gmock-matchers.h>

Public Types

typedef Functor::result_type ResultType
 
typedef Functor StorageType
 
typedef Functor::result_type ResultType
 
typedef Functor StorageType
 
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)
 
static void CheckIsValid (Functor)
 
template<typename T >
static ResultType Invoke (Functor f, T arg)
 
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 2309 of file gmock-matchers.h.

Member Typedef Documentation

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

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

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

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

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

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

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

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

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

2315 { return f(arg); }
auto f
template<typename Functor>
template<typename T >
static ResultType testing::internal::CallableTraits< Functor >::Invoke ( Functor  f,
T  arg 
)
inlinestatic

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

2315 { return f(arg); }
auto f
template<typename Functor>
template<typename T >
static ResultType testing::internal::CallableTraits< Functor >::Invoke ( Functor  f,
T  arg 
)
inlinestatic

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

2315 { return f(arg); }
auto f

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