Constrains two source types to be suitable for a an aliasing-free binary vector operation using platform vector ops.
More...
template<class SrcA, class SrcB, class DstType>
(
anyVctr<SrcA> && expressionWithEvalVectorOp < SrcB, DstType >) ||
std::same_as<typename std::remove_cvref_t<SrcA>::value_type, typename std::remove_cvref_t<SrcB>::value_type>
Constrains a type to be any derived instance of VctrBase.
Definition: ContainerAndExpressionConcepts.h:192
Constrains two source types to be suitable for a an aliasing-free binary vector operation using platf...
Definition: ContainerAndExpressionConcepts.h:295
Constrains two source types to be suitable for a an aliasing-free binary vector operation using platform vector ops.