Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
std::stringを に変換するにはどうすればよいuint64_tですか? また、文字列にuint64_t. たとえば、これらの変換は次をスローする必要があります。
std::string
uint64_t
"NO: 9889" "9889L" "9889U" "1e+22"
または、それらが純粋な表現ではないことを別の方法で示します。C++98 とブースト (を含むboost::regex) を使用しています。
boost::regex