Maximus49235suhasghorp.hashnode.devยทJul 23, 2024Exploring constexpr and templates for compile-time evaluationRecently I needed to build a large lookup table that could be cached and reused in a larger program. I wanted to explore how we could fill-in a data structure made up of std::arrays of different sizes using constexpr. Think of a structure that looks ...C++C++Add a thoughtful commentNo comments yetBe the first to start the conversation.