libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qi::FutureValueConverter< FT, PT > Struct Template Reference

Specialize this struct to provide conversion between future values. More...

#include <future_fwd.hpp>

Public Member Functions

void operator() (const FT &vIn, PT &vOut)
 

Detailed Description

template<typename FT, typename PT>
struct qi::FutureValueConverter< FT, PT >

Specialize this struct to provide conversion between future values.

Definition at line 1064 of file future_fwd.hpp.

Member Function Documentation

template<typename FT , typename PT >
void qi::FutureValueConverter< FT, PT >::operator() ( const FT &  vIn,
PT &  vOut 
)
inline

Definition at line 1066 of file future_fwd.hpp.


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