Searched defs:_Unary_plus (Results 1 – 1 of 1) sorted by relevance
234 template<typename _Tp> struct _Unary_plus : unary_function<_Tp,_Tp> { struct235 _Tp operator() (const _Tp& __t) const { return __t; } in operator()