Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
testing::internal::ActionImpl< R(Args...), Impl > Struct Template Reference
Inheritance diagram for testing::internal::ActionImpl< R(Args...), Impl >:

Public Types

using Base = typename ImplBase<Impl>::type
 
using function_type = R(Args...)
 
using args_type = std::tuple<Args...>
 

Public Member Functions

 ActionImpl (std::shared_ptr< Impl > impl)
 
operator() (Args &&... arg) const
 
template<std::size_t... arg_id, std::size_t... excess_id>
Apply (IndexSequence< arg_id... >, IndexSequence< excess_id... >, const args_type &args) const
 

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