comet::chainer Class Reference
[Miscelaneous utility classes.]

#include <comet/functor.h>

List of all members.

Related Functions

(Note that these are not member functions.)

template<typename R, typename LIST> functor< R, LIST > chain (const functor< R, LIST > &fun1, const functor< R, LIST > &fun2)


Detailed Description

Implements a functor that chains one functor to another functor.
Parameters:
R Return type
LIST Typelist of arguments
See also:
chain


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