AutoPas  3.0.0
Loading...
Searching...
No Matches
SortingThresholdInfoSingle.h
Go to the documentation of this file.
1
7#pragma once
8
9#include <cstddef>
10
12
13namespace autopas {
14
27 size_t threshold;
28};
29
30} // namespace autopas
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:34
Polymorphic base for sorting-threshold storage.
Definition: SortingThresholdInfoInterface.h:18
Single threshold value struct.
Definition: SortingThresholdInfoSingle.h:18
size_t threshold
Actual threshold data.
Definition: SortingThresholdInfoSingle.h:27
SortingThresholdInfoSingle(size_t threshold)
Constructor for single threshold value.
Definition: SortingThresholdInfoSingle.h:23