Hacker News new | ask | show | jobs
by surajrmal 269 days ago
Hardened std::span just adds checks during operator[] that you would normally only happen in at(). Same for operator* and operator->. It doesn't really have any relevance for the problem the article is written about.