NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <unordered_map>
#include <any>
#include <string>
#include <vector>
#include "NeoFOAM/core/demangle.hpp"
Go to the source code of this file.
Classes | |
class | NeoFOAM::Dictionary |
A class representing a dictionary that stores key-value pairs. More... | |
Namespaces | |
namespace | NeoFOAM |
Functions | |
void | NeoFOAM::logOutRange (const std::out_of_range &e, const std::string &key, const std::unordered_map< std::string, std::any > &data) |