RESTinio
|
Go to the source code of this file.
Namespaces | |
namespace | restinio |
namespace | restinio::utils |
namespace | restinio::utils::details |
Functions | |
template<typename C > | |
const C * | restinio::utils::details::digits_mapping () |
template<typename Integer > | |
Integer | restinio::utils::details::parse_integer_no_checks (const std::uint8_t *const mapping_table, const char *data_begin, const char *data_end, bool apply_minus_sign, std::true_type) |
template<typename Integer > | |
Integer | restinio::utils::details::parse_integer_no_checks (const std::uint8_t *const mapping_table, const char *data_begin, const char *data_end, bool, std::false_type) |
template<typename Traits > | |
Traits::type_t | restinio::utils::details::parse_integer (const char *data_begin, const char *data_end) |