In C++17 there are also these constexpr functions:
constexpr
std::string_view(str).size()
std::string_view(str).length()
std::string::traits_type::length(str)