|
CFx SDK Documentation 2026 SP0
|
Go to the source code of this file.
Classes | |
| class | OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container > |
| class | OdTrVisBimap< _KeyType, _ValueType, _Key_Container, _Mapped_Container >::const_iterator |
Typedefs | |
| template<class _KeyType, class _ValueType> | |
| using | OdTrVisUnorderedBimap = OdTrVisBimap<_KeyType, _ValueType, std::unordered_set<_KeyType>, std::unordered_set<_ValueType>> |
| using OdTrVisUnorderedBimap = OdTrVisBimap<_KeyType, _ValueType, std::unordered_set<_KeyType>, std::unordered_set<_ValueType>> |
Definition at line 183 of file TrVisBimap.h.