libqi-api  2.1.4.13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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.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 583 of file future.hpp.

Member Function Documentation

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

Definition at line 585 of file future.hpp.


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