I have the following code:
constexpr uint32_t countWords(const char* str) { constexpr std::size_t length = std::char_traits::length(str);