Loading...
Searching...
No Matches
VdfVector::DebugPrintable Class Reference

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.
 

Detailed Description

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.

Definition at line 598 of file vector.h.

Friends And Related Function Documentation

◆ operator<<

VDF_API friend std::ostream & operator<< ( std::ostream &  ,
const DebugPrintable  
)
friend

Ostream operator.

◆ VdfVector

friend class VdfVector
friend

Definition at line 609 of file vector.h.


The documentation for this class was generated from the following file: