|
You are here |
eyakubovich.github.io | ||
| | | | |
www.foonathan.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Can we work around the limitations of non-type template parameters? | |
| | | | |
landave.io
|
|
| | | Blog about anti-virus software vulnerabilities. | ||