tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | from_integer_options |
struct | from_integer_result |
Namespaces | |
namespace | etl |
namespace | etl::strings |
Enumerations | |
enum struct | from_integer_error : unsigned char { none , overflow } |
Functions | |
template<integral Int, from_integer_options Options = from_integer_options{}> | |
constexpr auto | from_integer (Int num, char *str, size_t length, int base) -> from_integer_result |