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

Go to the source code of this file.

Classes

struct  fast_float::from_chars_result
 
struct  fast_float::parse_options
 

Namespaces

namespace  fast_float
 

Enumerations

enum  fast_float::chars_format { fast_float::scientific = 1<<0 , fast_float::fixed = 1<<2 , fast_float::hex = 1<<3 , fast_float::general = fixed | scientific }
 

Functions

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