08 2021 档案
c++ CPO ADL
摘要:(1)A CPO is a callable function object, which means you can easily pass it around to other functions without having to worry about the struggle that i 阅读全文
posted @ 2021-08-24 14:53 fogwizard 阅读(161) 评论(0) 推荐(0)
c++ intrusive
摘要:引用如下博客: https://blog.csdn.net/sinat_31275315/article/details/108567562 Boost.Intrusive 是一个很有意思的实现,里面实现了很多侵入式容器,在特定环境下,可以大大提升性能。 首先我们得理解什么是侵入式,什么是非侵入式。 阅读全文
posted @ 2021-08-05 13:42 fogwizard 阅读(219) 评论(0) 推荐(0)