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