wibble  1.1
Public Types | Public Member Functions | Public Attributes | List of all members
wibble::SanitizeResultType< F > Struct Template Reference

#include <amorph.h>

Public Types

typedef ReturnType< typename
F::result_type >::T 
result_type
 

Public Member Functions

 SanitizeResultType (F _f)
 
result_type operator() (typename F::argument_type a)
 

Public Attributes

f
 

Member Typedef Documentation

template<typename F >
typedef ReturnType< typename F::result_type >::T wibble::SanitizeResultType< F >::result_type

Constructor & Destructor Documentation

template<typename F >
wibble::SanitizeResultType< F >::SanitizeResultType ( _f)
inline

Member Function Documentation

template<typename F >
result_type wibble::SanitizeResultType< F >::operator() ( typename F::argument_type  a)
inline

Member Data Documentation

template<typename F >
F wibble::SanitizeResultType< F >::f

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