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

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

Detailed Description

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

Declares the type of a callable with two parameters.


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