template <typename T, typename Fmt = radix::Dec>
class IntegerToString
Defined at line 331 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
See file header for documentation.
Public Methods
void IntegerToString<T, Fmt> (const IntegerToString<T, Fmt> & )
Defined at line 468 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
void IntegerToString<T, Fmt> (T value)
Defined at line 469 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
cpp::optional<cpp::string_view> format_to (cpp::span<char> buffer, T value)
Defined at line 475 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
size_t buffer_size ()
Defined at line 485 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
size_t size ()
Defined at line 487 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
cpp::string_view view ()
Defined at line 488 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h
cpp::string_view view ()
Defined at line 489 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h