llvm::operator<<

Stream operator function for FixedOrScalableQuantity.

Synopsis

Declared in <llvm/Support/TypeSize.h>

template<
    typename LeafTy,
    typename ScalarTy>
raw_ostream&
operator<<(
    raw_ostream& OS,
    details::FixedOrScalableQuantity<LeafTy, ScalarTy> const& PS);

Return Value

Reference to OS after printing.

Parameters

NameDescription
OSStream to write to.
PSQuantity to print.