Šimon TóthDaily bit(e) of C++ | std::views::elementsDaily bit(e) of C++ ♻️421, A view over the n-th element of each tuple from a range of tuple-like objects: std::views::elements.Aug 1Aug 1
Šimon TóthDaily bit(e) of C++ | override specifierDaily bit(e) of C++ ♻️111, Explicitly marking functions that intend to override a base implementation using the override specifier.Jul 31Jul 31
Šimon TóthDaily bit(e) of C++ | std::ranges projectionsDaily bit(e) of C++ ♻️141, Simpler and more readable code through std::ranges projections.Jul 30Jul 30
Šimon TóthDaily bit(e) of C++ | std::addressofDaily bit(e) of C++ ♻️179, Obtaining the true address of objects that overload the address-of operator using std::addressof.Jul 29Jul 29
Šimon TóthDaily bit(e) of C++ | std::counted_iteratorDaily bit(e) of C++ ♻️92, Specifying ranges using a begin iterator and the number of elements with std::counted_iterator.Jul 28Jul 28
Šimon TóthDaily bit(e) of C++ | std::ranges::contains, std::ranges::contains_subrangeDaily bit(e) of C++ ♻️122, Simpler linear presence checks using the C++23 std::ranges::contains and std::ranges::contains_subrange.Jul 27Jul 27
Šimon TóthDaily bit(e) of C++ | std::lock_guardDaily bit(e) of C++ #482, A simple RAII mutex lock type: std::lock_guard.Jul 26Jul 26
Šimon TóthDaily bit(e) of C++ | std::views::adjacent, std::views::pairwiseDaily bit(e) of C++ ♻️127, The “sliding tuple” views: std::views::adjacent, std::views::pairwise.Jul 25Jul 25
Šimon TóthDaily bit(e) of C++ | std::binary_searchDaily bit(e) of C++ ♻️225, The O(logn) presence check algorithm on at least partitioned data: std::binary_search.Jul 24Jul 24