Convert a string to an object and vice versa. More...
#include <array>#include <string>#include <sstream>#include <vector>#include <map>#include <set>#include "concepts/named.h"#include "concepts/reflection.h"#include "concepts/stringconvert.h"#include "util/string_util.h"#include "util/typestring.h"#include "util/reflection.h"#include "util/constfor.h"#include "util/tuple.h"#include "util/vector_util.h"#include "core/error.h"#include "core/args.h"Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Functions | |
forward declarations of toString and fromString | |
| template<typename T > requires concepts::from_stringconvert<T> | |
| T | fromString (const std::string &str) |
| fromString alias | |
| template<typename T > requires concepts::to_stringconvert<T> | |
| std::string | toString (const T &obj) |
| toString alias | |
Convert a string to an object and vice versa.