Daily bit(e) of C++
Subscribe
Sign in
Home
Archive
About
Latest
Top
Discussions
Daily bit(e) of C++ | end of line
Daily bit(e) of C++ the end of the series.
Aug 2
•
Šimon Tóth
12
Share this post
Daily bit(e) of C++ | end of line
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
2
Daily bit(e) of C++ | std::views::elements
Daily 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 1
•
Šimon Tóth
5
Share this post
Daily bit(e) of C++ | std::views::elements
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
July 2024
Daily bit(e) of C++ | override specifier
Daily bit(e) of C++ ♻️111, Explicitly marking functions that intend to override a base implementation using the override specifier.
Jul 31
•
Šimon Tóth
3
Share this post
Daily bit(e) of C++ | override specifier
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::ranges projections
Daily bit(e) of C++ ♻️141, Simpler and more readable code through std::ranges projections.
Jul 30
•
Šimon Tóth
3
Share this post
Daily bit(e) of C++ | std::ranges projections
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
2
Daily bit(e) of C++ | std::addressof
Daily bit(e) of C++ ♻️179, Obtaining the true address of objects that overload the address-of operator using std::addressof.
Jul 29
•
Šimon Tóth
6
Share this post
Daily bit(e) of C++ | std::addressof
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::counted_iterator
Daily bit(e) of C++ ♻️92, Specifying ranges using a begin iterator and the number of elements with std::counted_iterator.
Jul 28
•
Šimon Tóth
4
Share this post
Daily bit(e) of C++ | std::counted_iterator
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::ranges::contains, std::ranges::contains_subrange
Daily bit(e) of C++ ♻️122, Simpler linear presence checks using the C++23 std::ranges::contains and std::ranges::contains_subrange.
Jul 27
•
Šimon Tóth
2
Share this post
Daily bit(e) of C++ | std::ranges::contains, std::ranges::contains_subrange
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::lock_guard
Daily bit(e) of C++ #482, A simple RAII mutex lock type: std::lock_guard.
Jul 26
•
Šimon Tóth
1
Share this post
Daily bit(e) of C++ | std::lock_guard
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::views::adjacent, std::views::pairwise
Daily bit(e) of C++ ♻️127, The "sliding tuple" views: std::views::adjacent, std::views::pairwise.
Jul 25
•
Šimon Tóth
4
Share this post
Daily bit(e) of C++ | std::views::adjacent, std::views::pairwise
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::binary_search
Daily bit(e) of C++ ♻️225, The O(logn) presence check algorithm on at least partitioned data: std::binary_search.
Jul 24
•
Šimon Tóth
3
Share this post
Daily bit(e) of C++ | std::binary_search
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::endian
Daily bit(e) of C++ ♻️130, Compile-time information about the endianness of a system using C++20 std::endian.
Jul 23
•
Šimon Tóth
2
Share this post
Daily bit(e) of C++ | std::endian
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Daily bit(e) of C++ | std::views::stride
Daily bit(e) of C++ ♻️82, The C++23 view of every n-th element in a range: std::views::stride.
Jul 22
•
Šimon Tóth
4
Share this post
Daily bit(e) of C++ | std::views::stride
simontoth.substack.com
Copy link
Facebook
Email
Note
Other
Share
Copy link
Facebook
Email
Note
Other
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts