tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
strtoul.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strtoul (char const *str, char const **last, int base) noexcept -> unsigned long
 Interprets an integer value in a byte string pointed to by str.
 
constexpr auto strtoull (char const *str, char const **last, int base) noexcept -> unsigned long long
 Interprets an integer value in a byte string pointed to by str.