Return true if the specified string ends with the specified character, and false otherwise.
true
string
character
false
Declared in <bdlb_stringviewutil.h>
<bdlb_stringviewutil.h>
static bool endsWith( std::string_view const& string, char character);