SST  11.1.0
StructuralSimulationToolkit
SST::Activity::less_priority Class Reference

Comparator class to use with STL container classes. More...

#include <activity.h>

Public Member Functions

bool operator() (const Activity *lhs, const Activity *rhs)
 Compare based off pointers.
 
bool operator() (const Activity &lhs, const Activity &rhs)
 Compare based off references.
 

Detailed Description

Comparator class to use with STL container classes.

For use when you have already binned by time


The documentation for this class was generated from the following file: