![]() |
|
An ostream-able object wrapping a VdfVector instance, as well as a mask indicating which elements in the wrapped vector should be streamed out. More...
#include <vector.h>
Friends | |
| class | VdfVector |
| VDF_API friend std::ostream & | operator<< (std::ostream &, const DebugPrintable &) |
| Ostream operator. | |
An ostream-able object wrapping a VdfVector instance, as well as a mask indicating which elements in the wrapped vector should be streamed out.
Note that this class only outputs meaningful information if the object held by the VdfVector implements the ostream operator. For types that do not support the ostream operator, the type name will be printed instead.
|
friend |
Ostream operator.