Aug 21, 2023 Post comments count7 Post likes count3 Inside STL: The different types of shared pointer control blocks Raymond Chen Well, some of them, at least.
Aug 18, 2023 Post comments count1 Post likes count2 Phantom and indulgent shared pointers Raymond Chen The phantom controls something yet holds nothing. The indulgent holds something but controls nothing.
Aug 17, 2023 Post comments count1 Post likes count2 What it means when you convert between different shared_ptrs Raymond Chen Changing the pointer while controlling the same object.
Aug 16, 2023 Post comments count1 Post likes count4 Inside STL: The shared_ptr constructor and enable_shared_from_this Raymond Chen Working together through a secret signal.
Aug 14, 2023 Post comments count4 Post likes count6 Inside STL: Smart pointers Raymond Chen Simple pointers or more complicated pointers.
Aug 11, 2023 Post comments count0 Post likes count5 Inside STL: The array Raymond Chen It's just an array.
Aug 10, 2023 Post comments count3 Post likes count5 Inside STL: The deque, implementation Raymond Chen An array of (pointers to) arrays.
Aug 9, 2023 Post comments count2 Post likes count7 Inside STL: The deque, design Raymond Chen An array of (pointers to) arrays.
Aug 8, 2023 Post comments count1 Post likes count8 Inside STL: The unordered_map, unordered_set, unordered_multimap, and unordered_multiset Raymond Chen A hash table.
Aug 7, 2023 Post comments count6 Post likes count5 Inside STL: The map, set, multimap, and multiset Raymond Chen A red-black tree.