Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#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... >) |
Definition at line 1334 of file gmock-actions.h.
|
inlinestatic |
Definition at line 1337 of file gmock-actions.h.
|
inlinestaticprivate |
Definition at line 1345 of file gmock-actions.h.