SST  12.0.0
StructuralSimulationToolkit
SST::Activity::less< T, P, Q > Class Template Reference

Class to use as the less than operator for STL functions or sorting algorithms. More...

#include <activity.h>

Public Member Functions

bool operator() (const Activity *lhs, const Activity *rhs) const
 

Detailed Description

template<bool T, bool P, bool Q>
class SST::Activity::less< T, P, Q >

Class to use as the less than operator for STL functions or sorting algorithms.

If a template parameter is set to true, then that variable will be included in the comparison. The parameters are: T - delivery time, P - priority and order tag, Q - queue order.


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