Home
last modified time | relevance | path

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.h263 class binary_compose
271 binary_compose(const _Operation1& __x, const _Operation2& __y, in binary_compose() function
281 inline binary_compose<_Operation1, _Operation2, _Operation3>
285 return binary_compose<_Operation1,_Operation2,_Operation3> in compose2()