Data Structures | Functions
Test-Field.H File Reference
Include dependency graph for Test-Field.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Vector< C >
 
class  Vector< C >
 

Functions

template<class C >
Vector< Coperator+ (const Vector< C > &v1, const Vector< C > &v2)
 
template<class C >
std::ostream & operator<< (std::ostream &os, const Vector< C > &v)
 

Function Documentation

◆ operator+()

Vector< C > operator+ ( const Vector< C > &  v1,
const Vector< C > &  v2 
)
inline

Definition at line 55 of file Test-Field.H.

References Vector< C >::X, and Vector< C >::Y.

◆ operator<<()

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

Definition at line 39 of file Test-Field.H.

References Vector< C >::X, and Vector< C >::Y.