C++ Logo

std-discussion

Advanced search

add version of std::stoi, std::stol etc that receive std::string_view

From: Robert Behar <robert.behar_at_[hidden]>
Date: Tue, 1 Sep 2020 10:06:07 +0300
motivation is to remove an unneeded allocations, and copy

currently these functions only receive std::strings and std::wstring
references

Received on 2020-09-01 02:09:47