filebuf
A type basic_filebuf specialized on char template parameters.
typedef basic_filebuf<char, char_traits<char> > filebuf;
설명
The type is a synonym for template class basic_filebuf, specialized for elements of type char with default character traits.
요구 사항
Header: <fstream>
네임스페이스: std