Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::fpos_t

      From cppreference.com
      <cpp‎ |io‎ |c
       
       
       
       
      Defined in header<cstdio>
      typedef/* implementation-defined */ fpos_t;

      std::fpos_t is a non-array complete object type, can be used to store (bystd::fgetpos) and restore (bystd::fsetpos) the position and multibyte parser state (if any) for a C stream.

      The multibyte parser state of a wide-oriented C stream is represented by astd::mbstate_t object, whose value is stored as part of the value of astd::fpos_t object bystd::fgetpos.

      [edit]See also

      gets the file position indicator
      (function)[edit]
      moves the file position indicator to a specific location in a file
      (function)[edit]
      conversion state information necessary to iterate multibyte character strings
      (class)[edit]
      represents absolute position in a stream or a file
      (class template)[edit]
      C documentation forfpos_t
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/c/fpos_t&oldid=121241"

      [8]ページ先頭

      ©2009-2025 Movatter.jp