#include <gmock-actions.h>
|
template<typename... Ts> |
static Result | Perform (Impl *impl, const std::tuple< Ts...> &args) |
|
|
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...>) |
|
template<typename Result, class Impl>
class testing::internal::ActionHelper< Result, Impl >
Definition at line 1334 of file gmock-actions.h.
template<typename Result , class Impl >
template<typename... Ts>
template<typename Result , class Impl >
template<typename... Ts, std::size_t... tuple_ids, std::size_t... rest_ids>
The documentation for this class was generated from the following file: