OASIS
Open Algebra Software
Loading...
Searching...
No Matches
Oasis::IOperand Concept Reference

A concept for an operand of a binary expression. More...

#include <Oasis/BinaryExpression.hpp>

Concept definition

template<typename MostSigOpT, typename LeastSigOpT, typename T>
A concept for an operand of a binary expression.
Definition BinaryExpression.hpp:25
T is_same_v

Detailed Description

A concept for an operand of a binary expression.

Template Parameters
MostSigOpTThe type of the most significant operand.
LeastSigOpTThe type of the least significant operand.
TThe type to check.