| 2091 | } |
| 2092 | |
| 2093 | std::string String::toStdString() const |
| 2094 | { |
| 2095 | return std::string (toRawUTF8()); |
| 2096 | } |
| 2097 | |
| 2098 | //============================================================================== |
| 2099 | template <class CharPointerType_Src, class CharPointerType_Dest> |
no outgoing calls
no test coverage detected