Writing a Compile-Time CSV Parser in C++, Part 1: Constexpr Overview
Introduction
In part 1 of the article I discuss the constexpr feature as it's specified in C++17 and C++20.
In part 2 I describe the steps I took to write a library for compile-time (and runtime) parsing of CSV files called Csv::Parser:
https://githu...
blog.shaduri.dev10 min read