std::ios_base::seekdir
来自cppreference.com
                    
                                        
                    
                    
                                                            
                    |   typedef /*implementation defined*/ seekdir;  | 
||
|   static constexpr seekdir beg = /*implementation defined*/ static constexpr seekdir end = /*implementation defined*/  | 
||
指定文件寻位方向类型。定义下列常量:
| 常量 | 解释 | 
| beg | 流的开始 | 
| end | 流的结尾 | 
| cur | 流位置指示器的当前位置 | 
示例
| 本节未完成 原因:暂无示例  | 
参阅
|    设置输入位置指示器   ( std::basic_istream<CharT,Traits> 的公开成员函数)  | |
|   设置输出位置指示器  ( std::basic_ostream<CharT,Traits> 的公开成员函数)  | |
|   调用 seekoff()  ( std::basic_streambuf<CharT,Traits> 的公开成员函数)  |