C++ constexpr parlor tricks: Obtain the length of a string at compile time -- Raymond Chen
constexpr keeps getting more and more powerful with each release:
C++ constexpr parlor tricks: How can I obtain the length of a string at compile time?
by Raymond Chen
From the article:
Say you want to obtain, at compile time, the length of a compile-time string constant. The problem is that the strlen function is not constexpr...

Playing the classics, at arm's length...
When having the "last word" makes stuff go faster...
As Crocodile Dundee famously said, "That's not a loop, that's a loop." Just programmers having fun: