aimstil  5.0.5
til::functor::Convertor< TFrom > Struct Template Reference

Two-step static class functor. More...

#include <til/functors.h>

Public Member Functions

 Convertor (typename boost::call_traits< TFrom >::param_type from)
 
template<typename TTo >
void into (TTo &to)
 

Public Attributes

boost::call_traits< TFrom >::param_type m_from
 

Detailed Description

template<typename TFrom>
struct til::functor::Convertor< TFrom >

Two-step static class functor.

Definition at line 148 of file functors.h.

Constructor & Destructor Documentation

◆ Convertor()

template<typename TFrom >
til::functor::Convertor< TFrom >::Convertor ( typename boost::call_traits< TFrom >::param_type  from)
inline

Definition at line 150 of file functors.h.

Member Function Documentation

◆ into()

template<typename TFrom >
template<typename TTo >
void til::functor::Convertor< TFrom >::into ( TTo &  to)
inline

Definition at line 153 of file functors.h.

Member Data Documentation

◆ m_from

template<typename TFrom >
boost::call_traits<TFrom>::param_type til::functor::Convertor< TFrom >::m_from

Definition at line 158 of file functors.h.


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