bsl::basic_syncbuf::snextc

Getting the next character.

Synopsis

Declared in <bslstl_syncbuf.h>

int_type
snextc();

Description

Calls sbumpc(), and if that function returns traits::eof(), so does this function. Otherwise, sgetc().

Return Value

The next character, or eof.