Explore >> Select a destination


You are here

eyakubovich.github.io
| | www.foonathan.net
4.4 parsecs away

Travel
| | The size of std::array is known at compile-time given the type. Yet it only provides a regular .size() member function: template struct array { constexpr std::size_t size() const { return N; } }; This is annoying if you're writing generic code that expects some sort of compile-time sized range.
| | arne-mertz.de
4.6 parsecs away

Travel
| | This week I conclude the mini series about compile time constants and compile time calculations with the keyword `constexpr`, added in C++11/14.
| | mpark.github.io
5.5 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | landave.io
36.2 parsecs away

Travel
| Blog about anti-virus software vulnerabilities.