* Is string empty? * * @return If empty, it will return true otherwise false. */
| 329 | * @return If empty, it will return true otherwise false. |
| 330 | */ |
| 331 | bool isEmpty() const |
| 332 | { |
| 333 | return m_stdStr.empty(); |
| 334 | } |
| 335 | |
| 336 | /** |
| 337 | * Get index of given character. |
no outgoing calls
no test coverage detected