|  | Home | Libraries | People | FAQ | More | 
Return whether the string ends with a character.
bool ends_with( char ch) const;
            Returns true if the string
            ends with ch, and false otherwise.
          
Constant.
| Name | Description | 
|---|---|
| 
                       | The character to check for. |