Single threshold value struct. More...
#include <SortingThresholdInfoSingle.h>


Public Member Functions | |
| SortingThresholdInfoSingle (size_t threshold) | |
| Constructor for single threshold value. | |
Public Member Functions inherited from autopas::SortingThresholdInfoInterface | |
| virtual | ~SortingThresholdInfoInterface ()=default |
| Default destructor to make this a pure virtual struct. | |
Public Attributes | |
| size_t | threshold |
| Actual threshold data. | |
Single threshold value struct.
|
inline |
Constructor for single threshold value.
| threshold |