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

/haiku/headers/cpp/std/
H A Dstd_valarray.h98 template<class _Tp> struct _Bitwise_not;
164 _Expr<_UnClos<_Bitwise_not,_ValArray,_Tp>,_Tp> operator~ () const;
250 template<typename _Tp> struct _Bitwise_not : unary_function<_Tp,_Tp> { struct in inherits:unary_function
579 _DEFINE_VALARRAY_UNARY_OPERATOR(~, _Bitwise_not)
H A Dvalarray_meta.h656 _Expr<_UnClos<_Bitwise_not,_Expr,_Clos>, value_type>
766 _DEFINE_EXPR_UNARY_OPERATOR(~, _Bitwise_not)

Completed in 47 milliseconds