Modernes C++ programmieren

Okt 23, 2024

lst-0742-book.cpp

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