stlab.adobe.com Adobe Systems Incorporated

binary_compose< F, G, H > Struct Template Reference
[Miscellaneous Functional Operators]

#include <functional.hpp>

List of all members.

Public Types

typedef F::result_type result_type

Public Member Functions

template<typename T , typename U >
result_type operator() (const T &x, const U &y) const
template<typename T , typename U >
result_type operator() (T &x, U &y) const

Public Attributes

f
g
h

Detailed Description

template<typename F, typename G, typename H = G>
struct adobe::binary_compose< F, G, H >

Definition at line 195 of file functional.hpp.


Member Typedef Documentation

typedef F::result_type result_type

Definition at line 197 of file functional.hpp.


Member Function Documentation

result_type operator() ( const T &  x,
const U &  y 
) const

Definition at line 200 of file functional.hpp.

result_type operator() ( T &  x,
U &  y 
) const

Definition at line 203 of file functional.hpp.


Member Data Documentation

F f

Definition at line 205 of file functional.hpp.

G g

Definition at line 206 of file functional.hpp.

H h

Definition at line 207 of file functional.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google