![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <cstddef>#include <iterator>#include <type_traits>#include <list>#include <map>#include <string>#include "elementa/base/fundamentaltypes.h"#include "elementa/base/exceptions.h"#include "elementa/patterns/validatable.h"#include "elementa/adts/graphs/graphs.h"#include "elementa/base/debugging.h"

Go to the source code of this file.
Classes | |
| class | elementa::adts::graphs::SparseGraph< Vertex, Edge > |
| A graph that stores all its info in a sparse manner. More... | |