We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0888ac commit 040fca4Copy full SHA for 040fca4
modules/util/parse_as.h
@@ -40,7 +40,7 @@ bool ParseAs(const std::string &text, unsigned int &value, int base = 10); //!
40
bool ParseAs(const std::string &text, unsigned long &value, int base = 10); //! 解析unsigned long值
41
bool ParseAs(const std::string &text, unsigned long long &value, int base = 10); //! 解析unsigned long long值
42
43
-bool ParseAs(const std::string &text, float &value); //! 解析double值
+bool ParseAs(const std::string &text, float &value); //! 解析float值
44
bool ParseAs(const std::string &text, double &value); //! 解析double值
45
46
}
0 commit comments