* @brief Give up underlying String object to caller so it can be manipulated */
| 93 | * @brief Give up underlying String object to caller so it can be manipulated |
| 94 | */ |
| 95 | String release() |
| 96 | { |
| 97 | return std::move(*this); |
| 98 | } |
| 99 | |
| 100 | /** @brief Append a new string (or array of strings) to the end of the array |
| 101 | * @param str |
no outgoing calls
no test coverage detected