@brief Find the last occurrence of a character outside a @p `set`. */
| 3271 | |
| 3272 | /** @brief Find the last occurrence of a character outside a @p `set`. */ |
| 3273 | size_type find_last_not_of(byteset set) const noexcept { return view().find_last_not_of(set); } |
| 3274 | |
| 3275 | /** |
| 3276 | * @brief Find the last occurrence of a character from a @p `set`. |
no outgoing calls