NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
parse_number.h File Reference
#include "ascii_number.h"
#include "decimal_to_binary.h"
#include "digit_comparison.h"
#include <cmath>
#include <cstring>
#include <limits>
#include <system_error>
Include dependency graph for parse_number.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fast_float
 
namespace  fast_float::detail
 

Functions

template<typename T >
from_chars_result fast_float::detail::parse_infnan (const char *first, const char *last, T &value) noexcept
 
template<typename T >
from_chars_result fast_float::from_chars (const char *first, const char *last, T &value, chars_format fmt=chars_format::general) noexcept
 
template<typename T >
from_chars_result fast_float::from_chars_advanced (const char *first, const char *last, T &value, parse_options options) noexcept