Example #1
0
File: bucket.cpp Project: r3c/tesca
		bool operator < (Bucket const& lhs, Bucket const& rhs)
		{
			return lhs.compare (rhs) < 0;
		}