#include <cwchar>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::fpos< StateT > |
Class representing stream positions. More... | |
Typedefs | |
typedef long long | std::streamoff |
Type used by fpos, char_traits<char>, and char_traits<wchar_t>. | |
typedef ptrdiff_t | std::streamsize |
Integral type for I/O operation counts and buffer sizes. | |
typedef fpos< mbstate_t > | std::streampos |
File position for char streams. | |
typedef fpos< mbstate_t > | std::wstreampos |
File position for wchar_t streams. |
Definition in file postypes.h.