Previous: TinyVec arrays, Up: TinyVector


7.8 Input/output

     ostream& operator<<(ostream&, const TinyVector<T,N>& x);

This function outputs a TinyVector onto a stream. Here's an illustration of the format for a length 3 vector:

     [        0.5       0.2       0.9 ]