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

/external/stlport/stlport/stl/
H A D_function.h188 class binder1st : class in inherits:unary_function
205 binder1st(const _Operation& __x, _ValueParamType __y) function in class:binder1st
216 inline binder1st<_Operation>
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));

Completed in 69 milliseconds