tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | to_integer_options |
struct | to_integer_result< Int > |
Namespaces | |
namespace | etl |
namespace | etl::strings |
Enumerations | |
enum struct | to_integer_error : unsigned char { none , invalid_input , overflow } |
Functions | |
template<integral Int, to_integer_options Options = to_integer_options{}> | |
constexpr auto | to_integer (string_view str, Int base=Int(10)) noexcept -> to_integer_result< Int > |