Tekkaman

导航

 

2018年12月28日

摘要: 【std::remove_reference】 用于移除类型的引用,返回原始类型。 1、可能的实现。 2、例子. 输出 : 参考: 1、https://zh.cppreference.com/w/cpp/types/remove_reference 阅读全文
posted @ 2018-12-28 15:36 Tekkaman 阅读(2600) 评论(0) 推荐(0) 编辑
 
摘要: 【BOOST_PREVENT_MACRO_SUBSTITUTION】 用于防止函数被macro替换的问题。 例如: 参考: 1、https://blog.csdn.net/yanxiangtianji/article/details/8765986 阅读全文
posted @ 2018-12-28 12:06 Tekkaman 阅读(274) 评论(0) 推荐(0) 编辑