Introduce a new class, MultiOperandTraitBase, to deduplicate the operand...
Introduce a new class, MultiOperandTraitBase, to deduplicate the operand accessors for traits with multiple operands. As part of this cleanup, NOperands<0>::Impl and NOperands<1>::Impl are typedef'd to ZeroOperands and OneOperand respectively. -- PiperOrigin-RevId: 242027189
Loading
Please sign in to comment