Searched refs:binary_compose (Results 1 – 2 of 2) sorted by relevance
/external/stlport/test/unit/ |
D | bcompos_test.cpp | 38 binary_compose<logical_and<bool>, odd, positive> in bcompos1() 39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); in bcompos1()
|
/external/stlport/stlport/stl/ |
D | _function.h | 290 class binary_compose : 305 binary_compose(const _Operation1& __x, const _Operation2& __y, in binary_compose() function 315 inline binary_compose<_Operation1, _Operation2, _Operation3> 318 return binary_compose<_Operation1,_Operation2,_Operation3>(__fn1, __fn2, __fn3); in compose2()
|