Home
last modified time | relevance | path

Searched defs:_Unary_plus (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/std/
H A Dstd_valarray.h234 template<typename _Tp> struct _Unary_plus : unary_function<_Tp,_Tp> { struct
235 _Tp operator() (const _Tp& __t) const { return __t; } in operator()