NcEngine
|
#include "ncutility/NcError.h"
#include <algorithm>
#include <concepts>
#include <span>
#include <vector>
Go to the source code of this file.
Classes | |
class | nc::sparse_map< Value, Key > |
A map-like container with O(1) insertion, removal, and lookup and O(N) iteration. More... | |