CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
TrVisBimap.h File Reference
#include "TD_PackPush.h"
#include <unordered_set>
#include <set>
#include "TD_PackPop.h"

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>>
 

Typedef Documentation

◆ OdTrVisUnorderedBimap

template<class _KeyType, class _ValueType>
using OdTrVisUnorderedBimap = OdTrVisBimap<_KeyType, _ValueType, std::unordered_set<_KeyType>, std::unordered_set<_ValueType>>

Definition at line 183 of file TrVisBimap.h.