vtf-logo

compose.h File Reference

Contains functors for composing other functors. More...

#include "../defs.h"
#include <functional>

Go to the source code of this file.

Namespaces

namespace  ads

Classes

class  ads::unary_compose_unary_unary< F, G >
 Unary function composition of two unary functions: f(g(x)). More...
class  ads::binary_compose_unary_binary< F, G >
 Binary function composition of a unary and binary function: f(g(x,y)). More...
class  ads::unary_compose_binary_unary< F, G, H >
 Unary function composition of a binary and unary functions: f(g(x),h(x)). More...
class  ads::binary_compose_binary_unary< F, G, H >
 Binary function composition of a binary and unary functions: f(g(x),h(y)). More...


Detailed Description

Contains functors for composing other functors.

This file contains functors with more functionality that the standard functor composition classes. It defines the following functors:


Generated on Fri Aug 24 12:55:36 2007 for Algorithms and Data Structures Package by  doxygen 1.4.7