Reports the index of the first occurrence of the specified character in this string.
- Parameters
-
value | An unicode character to seek |
- Returns
- The index position of value if that character is found, or std::basic_string<char_t>::npos if it is not.
- Examples
- time_span_from_hours.cpp.