Mana
Loading...
Searching...
No Matches
Functions
vector.cpp File Reference
#include "vector.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Vector &v)
 Appends a string representation of a vector to the output stream.
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const Vector v 
)

Appends a string representation of a vector to the output stream.

Definition at line 24 of file vector.cpp.