Frobby 0.9.5
BigIntVector.h File Reference
#include <vector>
#include <ostream>

Go to the source code of this file.

Classes

class  BigIntVector
 

Functions

bool operator== (const BigIntVector &a, const BigIntVector &b)
 
ostream & operator<< (ostream &out, const BigIntVector &v)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & out,
const BigIntVector & v )

Definition at line 30 of file BigIntVector.cpp.

◆ operator==()

bool operator== ( const BigIntVector & a,
const BigIntVector & b )

Definition at line 21 of file BigIntVector.cpp.