TooN Algorithm Library - tag  0.2
Public Member Functions | Public Attributes | List of all members
tag::bind_t< G, F > Struct Template Reference

#include <fn.h>

Inheritance diagram for tag::bind_t< G, F >:
Inheritance graph
Collaboration diagram for tag::bind_t< G, F >:
Collaboration graph

Public Member Functions

 bind_t (const F &f_, const G &g_)
 
G::result_type operator() (typename F::argument_type a) const
 

Public Attributes

const F & f
 
const G & g
 

Constructor & Destructor Documentation

template<typename G, typename F>
tag::bind_t< G, F >::bind_t ( const F &  f_,
const G &  g_ 
)
inline

Member Function Documentation

template<typename G, typename F>
G::result_type tag::bind_t< G, F >::operator() ( typename F::argument_type  a) const
inline

Member Data Documentation

template<typename G, typename F>
const F& tag::bind_t< G, F >::f
template<typename G, typename F>
const G& tag::bind_t< G, F >::g

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