Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Private Member Functions | List of all members
testing::internal::ActionHelper< Result, Impl > Class Template Reference

#include <gmock-actions.h>

Static Public Member Functions

template<typename... Ts>
static Result Perform (Impl *impl, const std::tuple< Ts...> &args)
 

Static Private Member Functions

template<typename... Ts, std::size_t... tuple_ids, std::size_t... rest_ids>
static Result Apply (Impl *impl, const std::tuple< Ts...> &args, IndexSequence< tuple_ids...>, IndexSequence< rest_ids...>)
 

Detailed Description

template<typename Result, class Impl>
class testing::internal::ActionHelper< Result, Impl >

Definition at line 1334 of file gmock-actions.h.

Member Function Documentation

template<typename Result , class Impl >
template<typename... Ts>
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const std::tuple< Ts...> &  args 
)
inlinestatic

Definition at line 1337 of file gmock-actions.h.

template<typename Result , class Impl >
template<typename... Ts, std::size_t... tuple_ids, std::size_t... rest_ids>
static Result testing::internal::ActionHelper< Result, Impl >::Apply ( Impl *  impl,
const std::tuple< Ts...> &  args,
IndexSequence< tuple_ids...>  ,
IndexSequence< rest_ids...>   
)
inlinestaticprivate

Definition at line 1345 of file gmock-actions.h.


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