![]() |
Home | Libraries | People | FAQ | More |
Return whether the string end with a string.
bool ends_with( string_view s) const;
Returns true
if the string
end with s
, and false
otherwise.
Linear.
Name |
Description |
---|---|
|
The string to check for. |