评论

收藏

[C++] boost::type_erasure相关的测试程序

编程语言 编程语言 发布于:2021-07-07 14:08 | 阅读数:557 | 评论:0

  
  boost::type_erasure相关的测试程序

  • 实现功能
  • C++实现代码

  实现功能  boost::type_erasure相关的测试程序
C++实现代码
#include <boost/type_erasure/any.hpp>
#include <boost/type_erasure/any_cast.hpp>
#include <boost/type_erasure/builtin.hpp>
#include <boost/type_erasure/operators.hpp>
  

  
关注下面的标签,发现更多相似文章