/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.fluentcpp.com
| | flamingdangerzone.com
4.4 parsecs away

Travel
| | [AI summary] The article discusses the limitations of SFINAE and enables_if in C++ compared to tag dispatching and static assertions, explaining how they handle hard and soft errors differently when selecting function overloads.
| | lapinozz.github.io
2.5 parsecs away

Travel
| | My goodbye to template metaprogramming. One last tribute; computing A Star pathfinding algorithm at compile-time
| | www.foonathan.net
4.0 parsecs away

Travel
| | In my previous blog post, weve discussed the static constexpr std::integral_constant idiom to specify the size of a range at compile-time. Unlike the standard, our (think-cells) ranges library at think-cell already supports compile-time sizes natively, so I was eager to try the idiom there and see how it works out in practice. namespace tc { template constexpr auto size(Rng&& rng); // runtime-size of a range, like std::ranges::size template requires tc::has_constexpr_size constexpr auto constexpr_size = ...
| | crocidb.com
24.2 parsecs away

Travel
| I've hit an undefined behavior with Zig and how I learned about Slices