Searched defs:IterableImpl (Results 1 – 1 of 1) sorted by relevance
78 struct IterableImpl { struct79 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type;80 IterableImpl(map_ref map) : mMap(map) {} in IterableImpl() function82 IteratorImpl<is_const> begin() const { in begin()86 IteratorImpl<is_const> end() const { in end()90 bool empty() const { return begin() == end(); } in empty()