Lines Matching refs:_Binary
358 struct _Binary: _Expr<_Binary<LHS,RHS,DerivedOp>> struct
364 _Binary(const LHS &lhs, in _Binary() argument
371 _Binary(const _Binary &other): in _Binary() argument
375 _Binary& operator=(const _Binary& other) = delete;
376 _Binary& operator=(_Binary&& other) = delete;
378 _Binary(_Binary &&other): in _Binary() function
613 struct Complexity<_Binary<LHS,RHS,DerivedOp>>
621 struct ElementType<_Binary<LHS,RHS,DerivedOp>>
640 struct IsVector<_Binary<LHS,RHS,DerivedOp>>
649 struct HasMatrixIndexing<_Binary<LHS,RHS,DerivedOp>>
664 struct IsDynamic<_Binary<LHS,RHS,DerivedOp>>
676 struct StaticLength<_Binary<LHS,RHS,DerivedOp>>
692 struct traits<_Binary<LHS,RHS,DerivedOp>>