Update: The answer(s) and discussion provided in the existing answer are more than sufficient to satisfy this question.
If you have a similar question the suggested reading is this paper on user-defined literals and the std::literals::string_literals::operator""s reference
Reading through cppreference I came across this example. There is this trailing 's' at the end of the bad example and I am not sure what it signifies.