CMS 3D CMS Logo

PartitionGenerator::LessCollections Class Reference

a private class just defining the () operator More...

List of all members.

Public Member Functions

bool operator() (const Partition &a, const Partition &b)


Detailed Description

a private class just defining the () operator

Definition at line 33 of file PartitionGenerator.h.


Member Function Documentation

bool PartitionGenerator::LessCollections::operator() ( const Partition a,
const Partition b 
) [inline]

Definition at line 35 of file PartitionGenerator.h.

00036                                          {
00037       return a.size() < b.size();
00038     }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:29:27 2009 for CMSSW by  doxygen 1.5.4