Searched defs:bimap (Results 1 – 1 of 1) sorted by relevance
768 struct bimap struct774 bimap() : l(back), r(forth) { } in bimap() argument775 bimap(const bimap<S, T> &m) in bimap() function778 void insert(const S &s, const T &t) in insert()784 typedef typename std::map<T, S>::const_iterator l_iterator;785 const std::map<T, S> &l;786 typedef typename std::map<S, T>::const_iterator r_iterator;787 const std::map<S, T> &r;