Home
last modified time | relevance | path

Searched defs:forward_iterator_tag (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h44 using forward_iterator_tag = std::forward_iterator_tag; // yeah. we need this for std compatibility. variable
46 struct forward_iterator_tag {}; struct