GNU Radio's DSD Package
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

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)

Member Typedef Documentation

◆ ResultType [1/2]

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

◆ ResultType [2/2]

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

◆ StorageType [1/2]

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

◆ StorageType [2/2]

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

Member Function Documentation

◆ CheckIsValid() [1/2]

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

◆ CheckIsValid() [2/2]

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

◆ Invoke() [1/2]

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

◆ Invoke() [2/2]

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

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