#include <expressionTraits.hpp>
Public Types | |
using | ActiveResult = typename std::conditional<isBVoid, ResultA, ResultB>::type |
The resulting active type of an expression. | |
Validates if the active type results of two expressions are the same or compatible. void
results are interpreted as the active type result of a constant expression.