Multidimensional operator[] in C++23 — The Complete Deep Dive
Before C++23, writing a matrix or tensor class in C++ required either ugly hack syntax or a fundamental compromise on usability. You could write matrix(row, col) using operator() — but that looked lik
moderncppguide.hashnode.dev34 min read