TooN Algorithm Library - tag
0.2
|
#include <fn.h>
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 |
|
inline |
|
inline |
References tag::bind_t< G, F >::f, and tag::bind_t< G, F >::g.
const F& tag::bind_t< G, F >::f |
Referenced by tag::bind_t< G, F >::operator()().
const G& tag::bind_t< G, F >::g |
Referenced by tag::bind_t< G, F >::operator()().