Monero
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
testing::internal::CallableTraits< ResType(*)(ArgType)> Struct Template Reference

#include <gmock-matchers.h>

Public Types

typedef ResType ResultType
 
typedef ResType(* StorageType) (ArgType)
 

Static Public Member Functions

static void CheckIsValid (ResType(*f)(ArgType))
 
template<typename T >
static ResType Invoke (ResType(*f)(ArgType), T arg)
 

Member Typedef Documentation

◆ ResultType

template<typename ArgType , typename ResType >
typedef ResType testing::internal::CallableTraits< ResType(*)(ArgType)>::ResultType

◆ StorageType

template<typename ArgType , typename ResType >
typedef ResType(* testing::internal::CallableTraits< ResType(*)(ArgType)>::StorageType) (ArgType)

Member Function Documentation

◆ CheckIsValid()

template<typename ArgType , typename ResType >
static void testing::internal::CallableTraits< ResType(*)(ArgType)>::CheckIsValid ( ResType(*)(ArgType) f)
inlinestatic

◆ Invoke()

template<typename ArgType , typename ResType >
template<typename T >
static ResType testing::internal::CallableTraits< ResType(*)(ArgType)>::Invoke ( ResType(*)(ArgType) f,
T arg )
inlinestatic

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