libqi-api  2.0.6.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
qi::FutureValueConverter< FT, PT > Struct Template Reference

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

#include <future.hpp>

List of all members.

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 573 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 575 of file future.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines