#include "date.h"
#include <iostream>
#include <string>
Functions | |
ostream & | operator<< (ostream &out, const Date &date) |
istream & | operator>> (istream &in, Date &date) |
ostream& operator<< | ( | ostream & | out, | |
const Date & | date | |||
) |
Returns true if this date is after the specified date; returns false otherwise.
date | the specified date |
out | the output stream for insertion | |
date | the Date object for insertion |
istream& operator>> | ( | istream & | in, | |
Date & | date | |||
) |