Home | Libraries | People | FAQ | More |
Return c converted to lowercase.
Defined in header <boost/url/grammar/ci_string.hpp>
constexpr char to_lower( char c);
This function returns the character, converting it to lowercase if it is uppercase. The function is defined only for low-ASCII characters.
assert( to_lower( 'A' ) == 'a' );
Throws nothing.
The converted character
Name |
Description |
---|---|
|
The character to convert |
Convenience header <boost/url/grammar.hpp>