Entry point for xsgetn.
Synopsis
Declared in <bslstl_syncbuf.h>
streamsize
sgetn(
char_type* __s,
streamsize __n);
Description
Returns xsgetn(__s,__n). The effect is to fill __s[0] through __s[] with characters from the input sequence, if possible.
Parameters
Name |
Description |
__s |
A buffer area. |
__n |
A count. |
Created with MrDocs