stream_vec<kVecPart, kEnabled, elementT, kDimensions>
Template struct that contains a function call operator that streams a vec object to a stream object. Class is specialized for each combination of kVecPart specifying the part of a vector to stream and kEnabled specifying whether it streamed or not. This is the default template that does nothing.
Member Functions
Inline function call operator that streams part of the vec to a stream object. This function call operator does nothing. |