| 770 | |
| 771 | template<typename _SourceStringType, typename _SubStringType> |
| 772 | static void Explode(const _SourceStringType& source, const _SourceStringType& cutset, |
| 773 | std::vector<_SubStringType>& return_value, int limit = -1) |
| 774 | { |
| 775 | // TODO |
| 776 | } |
| 777 | |
| 778 | static void ToLower(std::string& str) |
| 779 | { |
nothing calls this directly
no outgoing calls
no test coverage detected