#include <iostream>#include <string_view>#include <functional>#include <utility>#include <optional>#include <metall/container/unordered_map.hpp>#include <metall/container/vector.hpp>#include <metall/container/scoped_allocator.hpp>#include <metall/utility/hash.hpp>#include <metall/json/json.hpp>Go to the source code of this file.
Namespaces | |
| namespace | metall::container::experimental |
| Namespace for Metall containers in an experimental phase. | |
| namespace | metall |
| The top level of namespace of Metall. | |
| namespace | metall::container |
| Namespace for Metall container. | |
| namespace | metall::container::experimental::jgraph |
| Namespace for Metall JSON graph container, which is in an experimental phase. | |
| namespace | metall::container::experimental::jgraph::jgdtl |