Write a single‐line description of the specified context to stream.
Synopsis
Declared in <ball_attributecontext.h>
std::ostream&
operator<<(
std::ostream& stream,
AttributeContext const& context);
Description
Write a description of the data members of the specified context to the specified stream in a single‐line human readable format, and return a reference to the modifiable stream.
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
context |
attribute context to write |
Created with MrDocs