Explore >> Select a destination


You are here

gpfault.net
| | quuxplusone.github.io
21.7 parsecs away

Travel
| | In early June 2019, Richard Smith came up with this example C++03 code.
| | timur.audio
28.0 parsecs away

Travel
| |
| | www.foonathan.net
17.9 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 = ...
| | ijrussell.github.io
89.2 parsecs away

Travel
| Some exciting news. I'm teaming up with the Amplifying F# crew to bring weekly sessions for folks wanting to learn F# in 2024.