ComSquare
Classes | Namespaces | Typedefs | Functions
Vector2.hpp File Reference
#include <ostream>
#include <SFML/System/Vector2.hpp>
Include dependency graph for Vector2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComSquare::Vector2< T >
 

Namespaces

 ComSquare
 

Typedefs

typedef Vector2< float > ComSquare::Vector2f
 
typedef Vector2< unsigned > ComSquare::Vector2u
 
typedef Vector2< int > ComSquare::Vector2i
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &s, const ComSquare::Vector2< T > &v)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  s,
const ComSquare::Vector2< T > &  v 
)