Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::programoptions::assign_helper< T > Class Template Reference

metafunction for assign a source data type to a target data type More...

#include <ConversionHelpers.h>

Public Member Functions

void operator() (T &target, T const &source) const
 assign source to target More...
 

Detailed Description

template<typename T>
class limbo::programoptions::assign_helper< T >

metafunction for assign a source data type to a target data type

Template Parameters
Ttarget data type

Definition at line 70 of file ConversionHelpers.h.

Member Function Documentation

template<typename T >
void limbo::programoptions::assign_helper< T >::operator() ( T &  target,
T const &  source 
) const
inline

assign source to target

Parameters
targettarget data
sourcesource data

Definition at line 75 of file ConversionHelpers.h.


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