Explore >> Select a destination


You are here

www.fluentcpp.com
| | blog.kummerlaender.eu
10.5 parsecs away

Travel
| | Adrian Kummerländer's blog on software development, linux and open source
| | nelari.us
10.7 parsecs away

Travel
| | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place.
| | www.foonathan.net
8.3 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 = ...
| | aradaelli.com
93.0 parsecs away

Travel
|