Example #1
0
void print(const Counter& ctr)
{
	cout << ctr.getCounterValue() << endl;
}