随笔分类 -  boost

摘要:By providing an abstraction of the current execution state in the current thread, including: * the stack (with local variables) * stack pointer * all 阅读全文
posted @ 2023-08-29 19:10 fndefbwefsowpvqfx
摘要:# 1. Algorithm ## Graph The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL). ## Geometr 阅读全文
posted @ 2023-08-11 16:34 fndefbwefsowpvqfx
摘要:```cpp #include // for mmap #include // for std::find #include // for std::cout #include int main() { boost::iostreams::mapped_file mmap("input.txt", 阅读全文
posted @ 2023-08-07 20:37 fndefbwefsowpvqfx
摘要:# intrusive_ref_counter ```cpp template class intrusive_ref_counter struct thread_unsafe_counter struct thread_safe_counter ``` The `intrusive_ref_cou 阅读全文
posted @ 2023-07-28 14:10 fndefbwefsowpvqfx