Struct to hold a container and a cell size factor. More...
#include <GenerateValidConfigurations.h>
Public Member Functions | |
| bool | operator== (const ContainerConfiguration &rhs) const |
| Equality operator. | |
| bool | operator!= (const ContainerConfiguration &rhs) const |
| Inequality operator. | |
| bool | operator< (const ContainerConfiguration &rhs) const |
| Comparison operator. | |
| std::string | toString () const |
| String representation of the configuration. | |
Public Attributes | |
| autopas::ContainerOption | container |
| The container option. | |
| double | cellSizeFactor |
| The cell size factor. | |
Struct to hold a container and a cell size factor.
|
inline |
Inequality operator.
| rhs |
|
inline |
Comparison operator.
| rhs |
|
inline |
Equality operator.
| rhs |
|
inline |
String representation of the configuration.