llvm::raw_ostream::operator<<

Write long long N to the stream.

Synopsis

Declared in <llvm/Support/raw_ostream.h>

raw_ostream&
operator<<(long long N);

Return Value

This stream, for chaining.

Parameters

NameDescription
NValue to write.