#include <iterator>
#include "common.h"
#include "Matrix.h"
#include "FactoryObjects.h"
#include "Conversions.h"
#include "configs/ConfigMatrix.h"
Functions | |
bool | operator== (const Matrix::iterator &iter1, const Matrix::iterator &iter2) |
bool | operator!= (const Matrix::iterator &iter1, const Matrix::iterator &iter2) |
Boris Prochazka, xproch63@stud.fit.vutbr.cz
Martin Rapavy, xrapav00@stud.fit.vutbr.cz
Petr Zemek, xzemek02@stud.fit.vutbr.cz
bool operator!= | ( | const Matrix::iterator & | iter1, | |
const Matrix::iterator & | iter2 | |||
) |
iter1 | First iterator | |
iter2 | Second iterator |
bool operator== | ( | const Matrix::iterator & | iter1, | |
const Matrix::iterator & | iter2 | |||
) |
iter1 | First iterator | |
iter2 | Second iterator |