#include <Call.hpp>
|
using | ArgListT = std::tuple<std::reference_wrapper<std::remove_reference_t<Args>>...> |
|
|
(Note that these are not member symbols.)
|
template<typename Return , typename... Params> |
CallReport | make_call_report (const call::Info< Return, Params... > &callInfo) |
| Generates the call report for a given call info.
|
|
◆ ArgListT
template<typename Return , typename... Args>
using mimicpp::call::Info< Return, Args >::ArgListT = std::tuple<std::reference_wrapper<std::remove_reference_t<Args>>...> |
◆ operator==
template<typename Return , typename... Args>
bool operator== |
( |
const Info< Return, Args > & | lhs, |
|
|
const Info< Return, Args > & | rhs ) |
|
friend |
◆ args
template<typename Return , typename... Args>
◆ fromCategory
template<typename Return , typename... Args>
◆ fromConstness
template<typename Return , typename... Args>
◆ fromSourceLocation
template<typename Return , typename... Args>
The documentation for this class was generated from the following files: