template <typename T>

struct StrToNumResult

Defined at line 30 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

-----------------------------------------------------------------------------

**** WARNING ****

This interface is shared with libc++, if you change this interface you need

to update it in both libc and libc++.

-----------------------------------------------------------------------------

Public Members

T value
int error
ptrdiff_t parsed_len

Public Methods

void StrToNumResult<T> (T value)

Defined at line 35 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

void StrToNumResult<T> (T value, ptrdiff_t parsed_len)

Defined at line 37 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

void StrToNumResult<T> (T value, ptrdiff_t parsed_len)

Defined at line 37 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

void StrToNumResult<T> (T value, ptrdiff_t parsed_len, int error)

Defined at line 39 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

void StrToNumResult<T> (T value, ptrdiff_t parsed_len, int error)

Defined at line 39 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

bool has_error ()

Defined at line 42 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h

T operator T ()

Defined at line 44 of file ../../third_party/llvm-libc/src/src/__support/str_to_num_result.h