updated the stoul description

This commit is contained in:
Frank B. Brokken 2020-10-02 16:35:17 +02:00
parent f7d7bba02a
commit 29e51c17fd

View file

@ -82,9 +82,8 @@ value = stoi(" 123"s, 0, 5); // assigns value 38)
value of type tt(long long).)
ithtq(stoul)(unsigned long stoul(std::string const &str, size_t *pos = 0,
int base = 10))
(A conversion as described with tt(stoi) (not allowing an initial + or
- character) is performed, but now to a value of type tt(unsigned
long).)
(A conversion as described with tt(stoi) is performed, but now to a
value of type tt(unsigned long).)
ithtq(stoull)(unsigned long long stoull(std::string const &str,
size_t *pos = 0, int base = 10))
(A conversion as described with tt(stoul) is performed, but now to a