Write a single-line description of the specified cache to stream.
Declared in <ball_attributecontext.h>
std::ostream&
operator<<(
std::ostream& stream,
AttributeContext_RuleEvaluationCache const& cache);
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.
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| cache | rule-evaluation cache to write |