Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_raw_storage_iter.h79 raw_storage_iterator(_ForwardIterator __x) : _M_iter(__x) {} in raw_storage_iterator() function
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Draw_storage_iterator.h50 _LIBCPP_INLINE_VISIBILITY explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} in raw_storage_iterator() function