You are here |
www.reedbeta.com | ||
| | | |
mpark.github.io
|
|
| | | | An anecdote about surprising implementation challenges of `FUN`. | |
| | | |
tia.mat.br
|
|
| | | | ||
| | | |
www.foonathan.net
|
|
| | | | 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 = ... | |
| | | |
lambda.ai
|
|
| | Lambda announces the creation of a page regrouping key security resources in a single place to our visitors, including SOC 2 Type II report downloads. |