#include <algorithm>#include <iterator>#include <map>#include <set>#include <string>#include <type_traits>#include <vector>#include "autopas/utils/StringUtils.h"

Go to the source code of this file.
Classes | |
| class | autopas::options::Option< actualOption_T > |
| Base class for autopas options. More... | |
Namespaces | |
| namespace | autopas |
| This is the main namespace of AutoPas. | |
| namespace | autopas::options |
| Namespace that contains the explicitly defined options of AutoPas. | |
Functions | |
| template<typename actualOption_T > | |
| std::string | autopas::options::format_as (const Option< actualOption_T > &opt) |
| Function required for modern fmt/spdlog integration (fmt v9+). | |