Aracılığıyla paylaş


wstreampos

Arabellek işaretçi veya dosya işaretçisi geçerli konumunu içerir.

typedef fpos<mbstate_t> wstreampos;

Notlar

Eşanlamlısı türüdür fpos<mbstate_t>.

Örnek

// ios_wstreampos.cpp
// compile with: /EHsc
#include <iostream>
#include <fstream>

int main( ) 
{
   using namespace std;
   wofstream xw( "wiostream.txt" );
   xw << L"testing";
   wstreampos y = xw.tellp( );
   cout << y << endl;
}
  

Gereksinimler

Başlık: <ios>

Namespace: std

Ayrıca bkz.

Başvuru

fpos Class

iostream programlama

iostreams kuralları

Diğer Kaynaklar

fpos üyeler

<ios> Üyeler