Stream operator function for FixedOrScalableQuantity.
Declared in <llvm/Support/TypeSize.h>
template<
typename LeafTy,
typename ScalarTy>
raw_ostream&
operator<<(
raw_ostream& OS,
details::FixedOrScalableQuantity<LeafTy, ScalarTy> const& PS);
Reference to OS after printing.
| Name | Description |
|---|---|
| OS | Stream to write to. |
| PS | Quantity to print. |