olp-cpp-sdk
1.22.0
|
Declares the type of a callable with two parameters. More...
#include <TypeHelpers.h>
Public Types | |
using | FirstArgType = RemoveRefAndConst< decltype(SecondArgType(&Callable::operator()))> |
using | type = RemoveRefAndConst< decltype(FuncArgType(FirstArgType()))> |
Declares the type of a callable with two parameters.