Functor: Compose

Classes

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

Detailed Description

We define functors with more functionality that the standard functor composition classes:

Generated on Thu Jun 30 02:14:51 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3