Searched refs:UnderlyingIterator (Results 1 – 1 of 1) sorted by relevance
46 using UnderlyingIterator = typename MapT::const_iterator; variable249 UnderlyingIterator MapIterator;286 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()