Writing a Compile-Time CSV Parser in C++, Part 2: The Parser
Introduction
In part 1 of this article I described the constexpr feature, a C++ facility to perform compile-time evaluation.
In this part, I describe the how to write a library for compile-time (and runtime) parsing of CSV files called Csv::Parser:
h...
blog.shaduri.dev15 min read