Lab_1 0.1.1
Matrix Library
Loading...
Searching...
No Matches
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr > Struct Template Reference

Public Types

using ReturnType
 

Public Member Functions

template<typename... Args>
ReturnType operator() (const Args &...) const
 

Public Attributes

Class *const obj_ptr
 
const MethodPtr method_ptr
 

Member Typedef Documentation

◆ ReturnType

template<class Class , typename MethodPtr >
using testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::ReturnType
Initial value:
decltype((std::declval<Class*>()->*std::declval<MethodPtr>())())

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