Searched defs:copying_iterator (Results 1 – 1 of 1) sorted by relevance
292 struct copying_iterator { struct299 copying_iterator() requires std::default_initializable<It> = default; argument300 constexpr copying_iterator(It it) : it_(std::move(it)) {} in copying_iterator() argument