NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <float_common.h>
Public Member Functions | |
span (const T *_ptr, size_t _length) | |
span () | |
constexpr size_t | len () const noexcept |
const T & | operator[] (size_t index) const noexcept |
Public Attributes | |
const T * | ptr |
size_t | length |
Definition at line 109 of file float_common.h.
|
inline |
Definition at line 112 of file float_common.h.
|
inline |
Definition at line 113 of file float_common.h.
|
inlineconstexprnoexcept |
Definition at line 115 of file float_common.h.
References fast_float::span< T >::length.
Referenced by fast_float::parse_number_string().
|
inlinenoexcept |
Definition at line 119 of file float_common.h.
References FASTFLOAT_DEBUG_ASSERT, fast_float::span< T >::length, and fast_float::span< T >::ptr.
size_t fast_float::span< T >::length |
Definition at line 111 of file float_common.h.
Referenced by fast_float::span< T >::len(), and fast_float::span< T >::operator[]().
const T* fast_float::span< T >::ptr |
Definition at line 110 of file float_common.h.
Referenced by fast_float::span< T >::operator[](), and fast_float::parse_number_string().