Skip to content

ext::bimap

More...

#include <bimap.h>

Public Attributes

Name
std::unordered_map< A, B >A_to_B
std::unordered_map< B, A >B_to_A

Detailed Description

cpp
template <typename A ,
typename B >
struct ext::bimap;

Public Attributes Documentation

variable A_to_B

cpp
std::unordered_map< A, B > A_to_B;

variable B_to_A

cpp
std::unordered_map< B, A > B_to_A;

Updated on 2026-01-09 at 21:59:12 +0000