EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
BidirectionalUnorderedMapping.hpp File Reference

EchoMap bidirectional unordered mapping container specification and implementation. More...

#include <cassert>
#include <unordered_map>

Go to the source code of this file.

Classes

class  echomap::BidirectionalUnorderedMapping< Key, Value >
 Maintains a bidirectional mapping between a key and value, allowing fast lookup on both objects. More...

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Detailed Description

EchoMap bidirectional unordered mapping container specification and implementation.

Author
Oliver Dixon
Date
2026-06-25

Definition in file BidirectionalUnorderedMapping.hpp.