Fermat
Public Types | Public Methods | List of all members
cugar::compose_unary< F1, F2 > Struct Template Reference

Detailed description

template<typename F1, typename F2>
struct cugar::compose_unary< F1, F2 >

compose two unary functions

#include <functors.h>

Public Types

typedef unary_function_tag function_tag
 
typedef F2::first_argument_type argument_type
 
typedef F1::result_type result_type
 

Public Methods

CUGAR_HOST_DEVICE compose_unary (const F1 f1, const F2 f2)
 
CUGAR_HOST_DEVICE result_type operator() (const argument_type &op) const
 

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