| 2082 | } |
| 2083 | |
| 2084 | std::string String::toStdString() const |
| 2085 | { |
| 2086 | return std::string (toRawUTF8()); |
| 2087 | } |
| 2088 | |
| 2089 | //============================================================================== |
| 2090 | template <class CharPointerType_Src, class CharPointerType_Dest> |
no outgoing calls
no test coverage detected