AutoPas  3.0.0
Loading...
Searching...
No Matches
InstanceCounter.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace autopas {
10
18 static inline unsigned int count{0};
19};
20} // namespace autopas
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32
Class to count autopas instances.
Definition: InstanceCounter.h:14
static unsigned int count
Instance counter to help track the number of autopas instances.
Definition: InstanceCounter.h:18