Searched defs:bimap (Results 1 – 2 of 2) sorted by relevance
133 class bimap class223 bimap(const allocator_type& al = allocator_type()) : in bimap() function in boost::bimaps::bimap247 bimap(InputIterator first,InputIterator last, in bimap() function in boost::bimaps::bimap268 bimap(const bimap& x) : in bimap() function in boost::bimaps::bimap
772 struct bimap struct778 bimap() : l(back), r(forth) { } in bimap() argument779 bimap(const bimap<S, T> &m) in bimap() argument782 void insert(const S &s, const T &t) in insert()788 typedef typename std::map<T, S>::const_iterator l_iterator;789 const std::map<T, S> &l;790 typedef typename std::map<S, T>::const_iterator r_iterator;791 const std::map<S, T> &r;