|  | Home | Libraries | People | FAQ | More | 
Return whether the string begins with a character.
constexpr bool starts_with( value_type c) const;
            Returns true if the string
            begins with c, and false otherwise.
          
Constant.
| Name | Description | 
|---|---|
| 
                       | The character to check for. |