I\'m having some trouble with constexpr. The book C++ Primer shows a line of code:
constexpr
constexpr int sz = size(); // only size() is a con
A constant expression function must be defined before its first use. See this paper, end of section 4.1.