[#BloombergLP-bdljsn-Tokenizer-currentPosition] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Tokenizer.adoc[Tokenizer]::currentPosition :relfileprefix: ../../../ :mrdocs: Return the offset of the current octet being tokenized in the stream supplied to `reset`, or if an error occurred, the position where the failed attempt to tokenize a token occurred. Note that this operation is intended to provide additional information in the case of an error. == Synopsis Declared in `<bdljsn_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64] currentPosition() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#