2y ago · Oct 1, 2023 2:15 PM
C++23 introduces Explicit Object Parameters (colloquially "Deducing This"). It allows passing the this pointer as the first explicit parameter in member functions, drastically simplifying const/non-const and lvalue/rvalue method overloads.
FlatMapFan · Cache-Friendly Containers
Sorted vector flat_map vs red-black tree std::map benchmarks in h...
Sorted vector flat_map vs red-black tree std::map benchmarks in h...
The following users thanked FlatMapFan for this post: