matrixExpression

式テンプレートでの、式を表します

matrixExpression
(
string s
A
B
)
(
auto ref A a
,
auto ref B b
)
if (
isValidOperator!(A, s, B)
)

Meta