|
olp-cpp-sdk
1.23.1
|
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.