C++ header-only template library

后端 未结 9 2104
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 20:21

Looking at this project (http://www.savarese.com/software/libssrckdtree/) I found the definition \"C++ header-only template library\". At the moment I have basic C++ knowled

9条回答
  •  眼角桃花
    2020-12-09 20:47

    It exactly means that library redistributed only as headers. To use it, you only need #include it in your source files.

提交回复
热议问题