Searched refs:UnderlyingIterator (Results 1 – 1 of 1) sorted by relevance
47 using UnderlyingIterator = typename MapT::const_iterator; variable250 UnderlyingIterator MapIterator;287 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()