olp-cpp-sdk  1.22.0
Public Types | List of all members
olp::thread::internal::DeducedTypeImpl< Callable > Struct Template Reference

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()))>
 

Detailed Description

template<typename Callable>
struct olp::thread::internal::DeducedTypeImpl< Callable >

Declares the type of a callable with three parameters.


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