]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/include/stg/common.h
Implemented some operations with tariffs.
[stg.git] / stglibs / common.lib / include / stg / common.h
index f2e4e7e2432ab52aa75ed29efbe684726a7fe5ea..263cfe37a68b357aadfd2693845b8b2e65b62f92 100644 (file)
@@ -114,6 +114,8 @@ bool WaitPackets(int sd);
 //-----------------------------------------------------------------------------
 int str2x(const std::string & str, int32_t & x);
 int str2x(const std::string & str, uint32_t & x);
+inline
+int str2x(const std::string & str, double & x) { return strtodouble2(str.c_str(), x); }
 #ifndef WIN32
 int str2x(const std::string & str, int64_t & x);
 int str2x(const std::string & str, uint64_t & x);