Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h376 constexpr explicit move_iterator(iterator_type x) : current_(x) {} in move_iterator() function
379 constexpr move_iterator(const move_iterator<U>& other) : current_(other.current) in move_iterator() function