[#BloombergLP-bdlb-NumericParseUtil-parseInt64-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NumericParseUtil.adoc[NumericParseUtil]::parseInt64 :relfileprefix: ../../../ :mrdocs: Same as the overload not taking `remainder`, but store in the specified `remainder` the remainder of the `inputString` immediately following the successfully parsed text, or the position at which a parse failure was detected. == Synopsis Declared in `<bdlb_numericparseutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int parseInt64( xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64]* result, std::string_view* remainder, std::string_view const& inputString, int base = 10); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#