Searched defs:unary_compose (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_function.h258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);

Completed in 26 milliseconds