HelenOS sources
allocator_type 338 uspace/lib/cpp/include/__bits/adt/deque.hpp using size_type = typename allocator_traits<allocator_type>::size_type;
allocator_type 339 uspace/lib/cpp/include/__bits/adt/deque.hpp using difference_type = typename allocator_traits<allocator_type>::difference_type;
allocator_type 340 uspace/lib/cpp/include/__bits/adt/deque.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 341 uspace/lib/cpp/include/__bits/adt/deque.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 348 uspace/lib/cpp/include/__bits/adt/deque.hpp : deque{allocator_type{}}
allocator_type 351 uspace/lib/cpp/include/__bits/adt/deque.hpp explicit deque(const allocator_type& alloc)
allocator_type 360 uspace/lib/cpp/include/__bits/adt/deque.hpp explicit deque(size_type n, const allocator_type& alloc = allocator_type{})
allocator_type 373 uspace/lib/cpp/include/__bits/adt/deque.hpp deque(size_type n, const value_type& value, const allocator_type& alloc = allocator_type{})
allocator_type 388 uspace/lib/cpp/include/__bits/adt/deque.hpp const allocator_type& alloc = allocator_type{})
allocator_type 415 uspace/lib/cpp/include/__bits/adt/deque.hpp deque(const deque& other, const allocator_type& alloc)
allocator_type 419 uspace/lib/cpp/include/__bits/adt/deque.hpp deque(deque&& other, const allocator_type& alloc)
allocator_type 433 uspace/lib/cpp/include/__bits/adt/deque.hpp deque(initializer_list<T> init, const allocator_type& alloc = allocator_type{})
allocator_type 458 uspace/lib/cpp/include/__bits/adt/deque.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 498 uspace/lib/cpp/include/__bits/adt/deque.hpp allocator_type get_allocator() const noexcept
allocator_type 574 uspace/lib/cpp/include/__bits/adt/deque.hpp return allocator_traits<allocator_type>::max_size(allocator_);
allocator_type 681 uspace/lib/cpp/include/__bits/adt/deque.hpp allocator_traits<allocator_type>::construct(
allocator_type 693 uspace/lib/cpp/include/__bits/adt/deque.hpp allocator_traits<allocator_type>::construct(
allocator_type 711 uspace/lib/cpp/include/__bits/adt/deque.hpp allocator_traits<allocator_type>::construct(
allocator_type 915 uspace/lib/cpp/include/__bits/adt/deque.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 943 uspace/lib/cpp/include/__bits/adt/deque.hpp allocator_type allocator_;
allocator_type 148 uspace/lib/cpp/include/__bits/adt/hash_table.hpp size_type max_size(allocator_type& alloc)
allocator_type 150 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return allocator_traits<allocator_type>::max_size(alloc);
allocator_type 253 uspace/lib/cpp/include/__bits/adt/hash_table.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 357 uspace/lib/cpp/include/__bits/adt/list.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 358 uspace/lib/cpp/include/__bits/adt/list.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 368 uspace/lib/cpp/include/__bits/adt/list.hpp : list{allocator_type{}}
allocator_type 371 uspace/lib/cpp/include/__bits/adt/list.hpp explicit list(const allocator_type& alloc)
allocator_type 375 uspace/lib/cpp/include/__bits/adt/list.hpp explicit list(size_type n, const allocator_type& alloc = allocator_type{})
allocator_type 385 uspace/lib/cpp/include/__bits/adt/list.hpp const allocator_type& alloc = allocator_type{})
allocator_type 396 uspace/lib/cpp/include/__bits/adt/list.hpp const allocator_type& alloc = allocator_type{})
allocator_type 415 uspace/lib/cpp/include/__bits/adt/list.hpp list(const list& other, const allocator_type alloc)
allocator_type 421 uspace/lib/cpp/include/__bits/adt/list.hpp list(list&& other, const allocator_type& alloc)
allocator_type 430 uspace/lib/cpp/include/__bits/adt/list.hpp list(initializer_list<value_type> init, const allocator_type& alloc = allocator_type{})
allocator_type 453 uspace/lib/cpp/include/__bits/adt/list.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 501 uspace/lib/cpp/include/__bits/adt/list.hpp allocator_type get_allocator() const noexcept
allocator_type 577 uspace/lib/cpp/include/__bits/adt/list.hpp return allocator_traits<allocator_type>::max_size(allocator_);
allocator_type 818 uspace/lib/cpp/include/__bits/adt/list.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 1088 uspace/lib/cpp/include/__bits/adt/list.hpp allocator_type allocator_;
allocator_type 58 uspace/lib/cpp/include/__bits/adt/map.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 59 uspace/lib/cpp/include/__bits/adt/map.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 108 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 115 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 129 uspace/lib/cpp/include/__bits/adt/map.hpp explicit map(const allocator_type& alloc)
allocator_type 133 uspace/lib/cpp/include/__bits/adt/map.hpp map(const map& other, const allocator_type& alloc)
allocator_type 137 uspace/lib/cpp/include/__bits/adt/map.hpp map(map&& other, const allocator_type& alloc)
allocator_type 143 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 151 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc)
allocator_type 156 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc)
allocator_type 172 uspace/lib/cpp/include/__bits/adt/map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 190 uspace/lib/cpp/include/__bits/adt/map.hpp allocator_type get_allocator() const noexcept
allocator_type 494 uspace/lib/cpp/include/__bits/adt/map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 645 uspace/lib/cpp/include/__bits/adt/map.hpp key_compare, allocator_type, size_type,
allocator_type 651 uspace/lib/cpp/include/__bits/adt/map.hpp allocator_type allocator_;
allocator_type 721 uspace/lib/cpp/include/__bits/adt/map.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 722 uspace/lib/cpp/include/__bits/adt/map.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 767 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 774 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 788 uspace/lib/cpp/include/__bits/adt/map.hpp explicit multimap(const allocator_type& alloc)
allocator_type 792 uspace/lib/cpp/include/__bits/adt/map.hpp multimap(const multimap& other, const allocator_type& alloc)
allocator_type 796 uspace/lib/cpp/include/__bits/adt/map.hpp multimap(multimap&& other, const allocator_type& alloc)
allocator_type 802 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 810 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc)
allocator_type 815 uspace/lib/cpp/include/__bits/adt/map.hpp const allocator_type& alloc)
allocator_type 831 uspace/lib/cpp/include/__bits/adt/map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 849 uspace/lib/cpp/include/__bits/adt/map.hpp allocator_type get_allocator() const noexcept
allocator_type 1013 uspace/lib/cpp/include/__bits/adt/map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 1164 uspace/lib/cpp/include/__bits/adt/map.hpp key_compare, allocator_type, size_type,
allocator_type 1170 uspace/lib/cpp/include/__bits/adt/map.hpp allocator_type allocator_;
allocator_type 110 uspace/lib/cpp/include/__bits/adt/rbtree.hpp size_type max_size(allocator_type& alloc)
allocator_type 112 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return allocator_traits<allocator_type>::max_size(alloc);
allocator_type 234 uspace/lib/cpp/include/__bits/adt/rbtree.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 57 uspace/lib/cpp/include/__bits/adt/set.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 58 uspace/lib/cpp/include/__bits/adt/set.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 84 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 91 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 105 uspace/lib/cpp/include/__bits/adt/set.hpp explicit set(const allocator_type& alloc)
allocator_type 109 uspace/lib/cpp/include/__bits/adt/set.hpp set(const set& other, const allocator_type& alloc)
allocator_type 113 uspace/lib/cpp/include/__bits/adt/set.hpp set(set&& other, const allocator_type& alloc)
allocator_type 119 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 127 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc)
allocator_type 132 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc)
allocator_type 148 uspace/lib/cpp/include/__bits/adt/set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 166 uspace/lib/cpp/include/__bits/adt/set.hpp allocator_type get_allocator() const noexcept
allocator_type 311 uspace/lib/cpp/include/__bits/adt/set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 462 uspace/lib/cpp/include/__bits/adt/set.hpp key_compare, allocator_type, size_type,
allocator_type 468 uspace/lib/cpp/include/__bits/adt/set.hpp allocator_type allocator_;
allocator_type 538 uspace/lib/cpp/include/__bits/adt/set.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 539 uspace/lib/cpp/include/__bits/adt/set.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 565 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 572 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 586 uspace/lib/cpp/include/__bits/adt/set.hpp explicit multiset(const allocator_type& alloc)
allocator_type 590 uspace/lib/cpp/include/__bits/adt/set.hpp multiset(const multiset& other, const allocator_type& alloc)
allocator_type 594 uspace/lib/cpp/include/__bits/adt/set.hpp multiset(multiset&& other, const allocator_type& alloc)
allocator_type 600 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 608 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc)
allocator_type 613 uspace/lib/cpp/include/__bits/adt/set.hpp const allocator_type& alloc)
allocator_type 629 uspace/lib/cpp/include/__bits/adt/set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 647 uspace/lib/cpp/include/__bits/adt/set.hpp allocator_type get_allocator() const noexcept
allocator_type 792 uspace/lib/cpp/include/__bits/adt/set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 943 uspace/lib/cpp/include/__bits/adt/set.hpp key_compare, allocator_type, size_type,
allocator_type 949 uspace/lib/cpp/include/__bits/adt/set.hpp allocator_type allocator_;
allocator_type 60 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 61 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 87 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 96 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 110 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp explicit unordered_map(const allocator_type& alloc)
allocator_type 114 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_map(const unordered_map& other, const allocator_type& alloc)
allocator_type 118 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_map(unordered_map&& other, const allocator_type& alloc)
allocator_type 126 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 132 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_map(size_type bucket_count, const allocator_type& alloc)
allocator_type 136 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_map(size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 142 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp size_type bucket_count, const allocator_type& alloc)
allocator_type 148 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 153 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc)
allocator_type 158 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const hasher& hf, const allocator_type& alloc)
allocator_type 174 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 194 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp allocator_type get_allocator() const noexcept
allocator_type 507 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 700 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp hasher, key_equal, allocator_type, size_type,
allocator_type 707 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp allocator_type allocator_;
allocator_type 735 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 736 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 762 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 771 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 785 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp explicit unordered_multimap(const allocator_type& alloc)
allocator_type 789 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_multimap(const unordered_multimap& other, const allocator_type& alloc)
allocator_type 793 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_multimap(unordered_multimap&& other, const allocator_type& alloc)
allocator_type 801 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc = allocator_type{})
allocator_type 807 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp unordered_multimap(size_type bucket_count, const allocator_type& alloc)
allocator_type 812 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc)
allocator_type 818 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp size_type bucket_count, const allocator_type& alloc)
allocator_type 825 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc)
allocator_type 830 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const allocator_type& alloc)
allocator_type 835 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp const hasher& hf, const allocator_type& alloc)
allocator_type 851 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 871 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp allocator_type get_allocator() const noexcept
allocator_type 1011 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 1132 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp hasher, key_equal, allocator_type, size_type,
allocator_type 1138 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp allocator_type allocator_;
allocator_type 58 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 59 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 92 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 101 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 115 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp explicit unordered_set(const allocator_type& alloc)
allocator_type 119 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_set(const unordered_set& other, const allocator_type& alloc)
allocator_type 123 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_set(unordered_set&& other, const allocator_type& alloc)
allocator_type 131 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 137 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_set(size_type bucket_count, const allocator_type& alloc)
allocator_type 141 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_set(size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 147 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp size_type bucket_count, const allocator_type& alloc)
allocator_type 153 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 158 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc)
allocator_type 163 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const hasher& hf, const allocator_type& alloc)
allocator_type 179 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 199 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp allocator_type get_allocator() const noexcept
allocator_type 320 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 441 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp hasher, key_equal, allocator_type, size_type,
allocator_type 447 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp allocator_type allocator_;
allocator_type 474 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 475 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 508 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 517 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 531 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp explicit unordered_multiset(const allocator_type& alloc)
allocator_type 535 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_multiset(const unordered_multiset& other, const allocator_type& alloc)
allocator_type 539 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_multiset(unordered_multiset&& other, const allocator_type& alloc)
allocator_type 547 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc = allocator_type{})
allocator_type 553 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_multiset(size_type bucket_count, const allocator_type& alloc)
allocator_type 557 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp unordered_multiset(size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 563 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp size_type bucket_count, const allocator_type& alloc)
allocator_type 569 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp size_type bucket_count, const hasher& hf, const allocator_type& alloc)
allocator_type 574 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const allocator_type& alloc)
allocator_type 579 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp const hasher& hf, const allocator_type& alloc)
allocator_type 595 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 615 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp allocator_type get_allocator() const noexcept
allocator_type 736 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp noexcept(allocator_traits<allocator_type>::is_always_equal::value &&
allocator_type 857 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp hasher, key_equal, allocator_type, size_type,
allocator_type 863 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp allocator_type allocator_;
allocator_type 167 uspace/lib/cpp/include/__bits/adt/vector.hpp other.allocator_ = allocator_type{};
allocator_type 200 uspace/lib/cpp/include/__bits/adt/vector.hpp allocator_type get_allocator() const noexcept
allocator_type 202 uspace/lib/cpp/include/__bits/adt/vector.hpp return allocator_type{allocator_};
allocator_type 508 uspace/lib/cpp/include/__bits/adt/vector.hpp allocator_type allocator_;
allocator_type 65 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type> str,
allocator_type 103 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
allocator_type 106 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{
allocator_type 110 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{
allocator_type 114 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{};
allocator_type 117 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
allocator_type 235 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str_;
allocator_type 313 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_istringstream(const basic_string<char_type, traits_type, allocator_type> str,
allocator_type 349 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
allocator_type 351 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
allocator_type 354 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
allocator_type 359 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
allocator_type 365 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
allocator_type 395 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type> str,
allocator_type 431 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
allocator_type 433 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
allocator_type 436 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
allocator_type 441 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
allocator_type 447 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
allocator_type 474 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_stringstream(const basic_string<char_type, traits_type, allocator_type> str,
allocator_type 510 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
allocator_type 512 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
allocator_type 515 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
allocator_type 520 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
allocator_type 526 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
allocator_type 53 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp struct has_allocator_type<T, void_t<typename T::allocator_type>>
allocator_type 62 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp Alloc, typename T::allocator_type
allocator_type 447 uspace/lib/cpp/include/__bits/string/string.hpp using size_type = typename allocator_traits<allocator_type>::size_type;
allocator_type 448 uspace/lib/cpp/include/__bits/string/string.hpp using difference_type = typename allocator_traits<allocator_type>::difference_type;
allocator_type 452 uspace/lib/cpp/include/__bits/string/string.hpp using pointer = typename allocator_traits<allocator_type>::pointer;
allocator_type 453 uspace/lib/cpp/include/__bits/string/string.hpp using const_pointer = typename allocator_traits<allocator_type>::const_pointer;
allocator_type 469 uspace/lib/cpp/include/__bits/string/string.hpp : basic_string(allocator_type{})
allocator_type 472 uspace/lib/cpp/include/__bits/string/string.hpp explicit basic_string(const allocator_type& alloc)
allocator_type 502 uspace/lib/cpp/include/__bits/string/string.hpp const allocator_type& alloc = allocator_type{})
allocator_type 510 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(const value_type* str, size_type n, const allocator_type& alloc = allocator_type{})
allocator_type 516 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(const value_type* str, const allocator_type& alloc = allocator_type{})
allocator_type 522 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(size_type n, value_type c, const allocator_type& alloc = allocator_type{})
allocator_type 533 uspace/lib/cpp/include/__bits/string/string.hpp const allocator_type& alloc = allocator_type{})
allocator_type 553 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(initializer_list<value_type> init, const allocator_type& alloc = allocator_type{})
allocator_type 557 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(const basic_string& other, const allocator_type& alloc)
allocator_type 563 uspace/lib/cpp/include/__bits/string/string.hpp basic_string(basic_string&& other, const allocator_type& alloc)
allocator_type 588 uspace/lib/cpp/include/__bits/string/string.hpp noexcept(allocator_traits<allocator_type>::propagate_on_container_move_assignment::value ||
allocator_type 589 uspace/lib/cpp/include/__bits/string/string.hpp allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 1160 uspace/lib/cpp/include/__bits/string/string.hpp noexcept(allocator_traits<allocator_type>::propagate_on_container_swap::value ||
allocator_type 1161 uspace/lib/cpp/include/__bits/string/string.hpp allocator_traits<allocator_type>::is_always_equal::value)
allocator_type 1182 uspace/lib/cpp/include/__bits/string/string.hpp allocator_type get_allocator() const noexcept
allocator_type 1184 uspace/lib/cpp/include/__bits/string/string.hpp return allocator_type{allocator_};
allocator_type 1482 uspace/lib/cpp/include/__bits/string/string.hpp allocator_type allocator_;
HelenOS homepage, sources at GitHub