Convert a signed integer to a decimal string.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

std::string
itostr(int64_t X);

Return Value

The decimal string representation of X.

Parameters

Name

Description

X

value to convert

Created with MrDocs