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
Name |
Description |
stream |
output stream |
cache |
rule‐evaluation cache to write |
Created with MrDocs