|
Xped
|
#include <any>#include <exception>#include <map>#include <string>#include "toml.hpp"#include "Xped/PEPS/Bonds.hpp"#include "Xped/Util/Param.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Xped |
| namespace | Xped::util |
Functions | |
| template<typename T , typename = typename std::enable_if_t<boost::describe::has_describe_enumerators<T>::value>> | |
| T | Xped::util::enum_from_toml (const toml::value &t) |
| std::map< std::string, Param > | Xped::util::params_from_toml (const toml::value &t) |