在线文档教程

export

C++关键词:出口

使用

Used to mark a template definition exported, which allows the same template to be declared, but not defined, in other translation units.(until C++11)
The keyword is unused and reserved.(since C++11)
Marks a declaration, a group of declarations, or another module as exported by the current module.(modules TS)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/关键字/export