Create an iterator, pointing to the specified ptr and having the specified max as the end of the buffer available for output. The behavior is undefined unless max >=ptr.

Synopsis

Declared in <bslfmt_mockformatcontext.h>

MockFormatContext_Iterator(
    t_CHAR* ptr,
    t_CHAR* max);

Created with MrDocs