///////////////////////////////////////////////////////
| 344 | |
| 345 | //////////////////////////////////////////////////////////// |
| 346 | std::size_t String::getSize() const |
| 347 | { |
| 348 | return m_string.size(); |
| 349 | } |
| 350 | |
| 351 | |
| 352 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected