#include "card_pair.h"Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &stream, const card_pair &pair) |
|
||||||||||||
|
Definition at line 20 of file card_pair.cxx. 00021 {
00022 pair.print(stream);
00023 return stream;
00024 }
|
1.3.9.1