Modernes C++ programmieren

Okt 20, 2024

lst-0055-book.cpp

// https://godbolt.org/z/Y1W8WfxYn 
#include <array>
void calculate(const std::array<int,4>& data) { /* ... */ }
void calculate(const std::array<int,5>& data) { /* ... */ }