C++ constexpr parlor tricks: How can I obtain the length of a string at compile time?

68 · Raymond Chen · Nov. 14, 2022, 3:30 p.m.
Summary
The constexpr'ification of strlen. The post C++ constexpr parlor tricks: How can I obtain the length of a string at compile time? appeared first on The Old New Thing....