Monero
Public Types | Static Public Member Functions | List of all members
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)
 

Member Typedef Documentation

◆ ResultType

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

◆ StorageType

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

Member Function Documentation

◆ CheckIsValid()

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

◆ Invoke()

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

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