Searched refs:strDataEndPtr (Results 1 – 1 of 1) sorted by relevance
339 const char* strDataEndPtr = strView.data() + strView.size(); in templateCharReplace() local341 std::from_chars(strView.data(), strDataEndPtr, temp, base); in templateCharReplace()342 if (res.ec == std::errc{} && res.ptr == strDataEndPtr) in templateCharReplace()