AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
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,
arg 
)
inlinestatic

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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0