BloombergLP::ball::operator<<

Write a single-line description of the specified cache to stream.

Synopsis

Declared in <ball_attributecontext.h>

std::ostream&
operator<<(
    std::ostream& stream,
    AttributeContext_RuleEvaluationCache const& cache);

Description

Write a description of the data members of the specified cache to the specified stream in some single-line human readable format, and return the modifiable stream.

Return Value

reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
cacherule-evaluation cache to write