Audacity 3.2.0
|
#include <fast_float.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 208 of file fast_float.h.
|
inline |
Definition at line 211 of file fast_float.h.
|
inline |
Definition at line 212 of file fast_float.h.
|
inlineconstexprnoexcept |
Definition at line 214 of file fast_float.h.
References fast_float::span< T >::length.
Referenced by fast_float::parse_number_string().
|
inlinenoexcept |
Definition at line 218 of file fast_float.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 210 of file fast_float.h.
Referenced by fast_float::span< T >::len(), and fast_float::span< T >::operator[]().
const T* fast_float::span< T >::ptr |
Definition at line 209 of file fast_float.h.
Referenced by fast_float::span< T >::operator[](), and fast_float::parse_number_string().