![]() |
FIMS
v0.8.1
|
Establishes the FIMS Vector class. More...
Go to the source code of this file.
Classes | |
| class | fims::Vector< Type > |
Functions | |
| template<class T > | |
| bool | fims::operator== (const fims::Vector< T > &lhs, const fims::Vector< T > &rhs) |
| Comparison operator. | |
| template<typename Type > | |
| std::ostream & | operator<< (std::ostream &out, const fims::Vector< Type > &v) |
| Output for std::ostream& for a vector. | |
Establishes the FIMS Vector class.
| std::ostream & operator<< | ( | std::ostream & | out, |
| const fims::Vector< Type > & | v | ||
| ) |
Output for std::ostream& for a vector.
| out | The stream. |
| v | A vector. |
| bool fims::operator== | ( | const fims::Vector< T > & | lhs, |
| const fims::Vector< T > & | rhs | ||
| ) |
Comparison operator.
friend comparison operator. Allows the operator to see private members of fims::Vector<Type>.