Searched refs:raw_storage_iterator (Results 1 – 7 of 7) sorted by relevance
34 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 raw_storage_iterator55 _LIBCPP_HIDE_FROM_ABI explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} in raw_storage_iterator() function56 _LIBCPP_HIDE_FROM_ABI raw_storage_iterator& operator*() { return *this; }57 _LIBCPP_HIDE_FROM_ABI raw_storage_iterator& operator=(const _Tp& __element) {62 _LIBCPP_HIDE_FROM_ABI raw_storage_iterator& operator=(_Tp&& __element) {67 _LIBCPP_HIDE_FROM_ABI raw_storage_iterator& operator++() {71 _LIBCPP_HIDE_FROM_ABI raw_storage_iterator operator++(int) {72 raw_storage_iterator __t(*this);
168 class raw_storage_iterator // deprecated in C++17, removed in C++20179 explicit raw_storage_iterator(OutputIterator x);180 raw_storage_iterator& operator*();181 raw_storage_iterator& operator=(const T& element);182 raw_storage_iterator& operator++();183 raw_storage_iterator operator++(int);938 #include <__memory/raw_storage_iterator.h>
529 { include: [ "<__memory/raw_storage_iterator.h>", "private", "<memory>", "public" ] },
1529 …rivate_memory_raw_storage_iterator [system] { header "__memory/raw_storage_iterator.h" }
942 MEM_HEADERS+= raw_storage_iterator.h
2439 SYMBOL(raw_storage_iterator, std::, <memory>)