Searched refs:binary_compose (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dfunction.h81 using __STD::binary_compose;
H A Dstl_function.h236 // unary_compose and binary_compose (extensions, not part of the standard).
263 class binary_compose class in inherits:unary_function
271 binary_compose(const _Operation1& __x, const _Operation2& __y, function in class:binary_compose
281 inline binary_compose<_Operation1, _Operation2, _Operation3>
285 return binary_compose<_Operation1,_Operation2,_Operation3>

Completed in 83 milliseconds