Project Alice
|
#include "parsers.hpp"
Go to the source code of this file.
Namespaces | |
namespace | parsers |
Functions | |
double | parsers::pow_10 (int n) |
bool | parsers::float_from_chars (char const *start, char const *end, float &float_out) |
bool | parsers::double_from_chars (char const *start, char const *end, double &dbl_out) |