AutoPas  3.0.0
Loading...
Searching...
No Matches
SortingThresholdInfoInterface.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace autopas {
10
22 virtual ~SortingThresholdInfoInterface() = default;
23};
24
25} // namespace autopas
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:34
Polymorphic base for sorting-threshold storage.
Definition: SortingThresholdInfoInterface.h:18
virtual ~SortingThresholdInfoInterface()=default
Default destructor to make this a pure virtual struct.