Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::CallableTraits< Functor > Struct Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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 2309 of file gmock-matchers.h.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 2313 of file gmock-matchers.h

Referenced by testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher().

+ Here is the caller graph for this function:

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.

View newest version in sPHENIX GitHub at line 2315 of file gmock-matchers.h


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