Searched refs:_Unary_plus (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dstd_valarray.h94 template<class _Tp> struct _Unary_plus;
162 _Expr<_UnClos<_Unary_plus,_ValArray,_Tp>,_Tp> operator+ () const;
234 template<typename _Tp> struct _Unary_plus : unary_function<_Tp,_Tp> { struct in inherits:unary_function
577 _DEFINE_VALARRAY_UNARY_OPERATOR(+, _Unary_plus)
H A Dvalarray_meta.h650 _Expr<_UnClos<_Unary_plus,_Expr,_Clos>, value_type>
764 _DEFINE_EXPR_UNARY_OPERATOR(+, _Unary_plus)

Completed in 40 milliseconds