wfstream

A type basic_fstream specialized on wchar_t template parameters.

typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream;

Remarks

The type is a synonym for template class basic_fstream, specialized for elements of type wchar_t with default character traits.

Requirements

Header: <fstream>

Namespace: std

See Also

Reference

basic_fstream Class

iostream Programming

iostreams Conventions

Other Resources

basic_fstream Members

<fstream> Members