Aug 17, 2023 1 1 What it means when you convert between different shared_ptrs Raymond Chen Changing the pointer while controlling the same object.
Aug 16, 2023 1 2 Inside STL: The shared_ptr constructor and enable_shared_from_this Raymond Chen Working together through a secret signal.
Aug 15, 2023 7 1 Inside STL: The shared_ptr constructor vs make_shared Raymond Chen Where to hide the control block.
Aug 14, 2023 4 4 Inside STL: Smart pointers Raymond Chen Simple pointers or more complicated pointers.
Aug 10, 2023 3 3 Inside STL: The deque, implementation Raymond Chen An array of (pointers to) arrays.
Aug 8, 2023 1 7 Inside STL: The unordered_map, unordered_set, unordered_multimap, and unordered_multiset Raymond Chen A hash table.