Boost C++ 库

...世界上最受尊敬、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

basic_random_access_file::native_handle - Boost C++ 函数库
PrevUpHomeNext

从 basic_file 继承而来。

获取原生文件表示。

native_handle_type native_handle();

此函数可用于获取文件的底层表示。其目的是允许访问其他方式无法提供的原生文件功能。


PrevUpHomeNext