FACT++  1.0
bool operator< ( const Service left,
const Service right 
)
inline

Definition at line 13 of file Service.h.

References Service::name.

14 {
15  return left.name < right.name;
16 }
std::string name
Definition: Service.h:6