Searched refs:ConvertString (Results 1 – 1 of 1) sorted by relevance
1561 common::IfNoLvalue<std::optional<TO>, FROM> ConvertString(FROM &&s) { in ConvertString() function1654 if (auto converted{ConvertString<Scalar<TO>>(std::move(*value))}) { in FoldOperation()