01.
CUJ : Sutter's Mill : Befriending Templates让模板成为友元作者:Herb Sutter出处:CUJ:Sutter’s Mill--------------------------------------------------------------------------------假设我们有一个函数模板,对它所操作的对象执行SomethingPrivate()。 特...查看完整版>>
CUJ : Sutter's Mill : Befriending Templates
02.
CUJ : Sutter"s Mill : Befriending TemplatesCUJ : Sutter"s Mill : Befriending Templates CUJ : Sutter"s Mill : Befriending Templates 让模板成为友元作者:Herb Sutter出处:CUJ:Sutter’s Mill-----------------------------------------...查看完整版>>
CUJ : Sutter"s Mill : Befriending Templates
03.
CUJ:Sutter'sMill:BefriendingTemplates假设我们有一个函数模板,对它所操作的对象执行SomethingPrivate()。 特别地,考虑一下boost::checked_delete() 函数模板,它delete传给它的对象-- 在此过程中,它调用对象的析构函数: namespace boost { te...查看完整版>>
CUJ:Sutter'sMill:BefriendingTemplates
04.
Herb Sutter的对话#30:It"s an Object-ful LifetimeHerb Sutter的对话#30:It"s an Object-ful Lifetime Herb Sutter的对话#30:It"s an Object-ful Lifetime 对话#30:It's an Object-ful Lifetime(WQ译)那是在假日的前几天。难得一次, 没有截...查看完整版>>
Herb Sutter的对话#30:It"s an Object-ful Lifetime
05.
翻译:Effective C++, 3rd Edition, Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容类型”)作者:译者:发布:smart pointers(智能指针)是行为很像指针但是增加了指针没有提供...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容
06.
befriending a template in another namespace// 这是我在cpptips网站的邮件列表看到, 收藏先! :-)TITLE: befriending a template in another namespace (Source: comp.lang.c++.moderated, 6 Oct 2002) ------------------------------------------------------...查看完整版>>
befriending a template in another namespace
07.
Plauger:CUJ停刊互联网是主凶偶然看到CUJ主编Plauger在Google新闻组上的发言,是关于CUJ停刊原因的,随手翻译了一下,有兴趣的读者可以参考。原文链接:By P.J. Plauger(CUJ停刊)确有此事,但其起因并非众人所称者。杀死CUJ的,半个世纪以来一...查看完整版>>
Plauger:CUJ停刊互联网是主凶
08.
CUJ:高效使用标准库:显式函数模板参数申明与STLEffective Standard C++ Library: Explicit Function Template Argument Specification and STL A New Language Feature and Its Impact on Old Programming Techniques Klaus Kreft and Angelika Langerhttp:...查看完整版>>
CUJ:高效使用标准库:显式函数模板参数申明与STL
09.
CUJ:高效使用标准库:STL中的unary predicateEffective Standard C++ Library: Unary Predicates in the STL Klaus Kreft and Angelika Langerhttp://www.cuj.com/experts/1904/toc.htm?topic=experts 标准运行库中的几个泛型算法在运行时使用了一元判...查看完整版>>
CUJ:高效使用标准库:STL中的unary predicate
10.
CUJ:高效使用标准库:for_each() vs. transform()Effective Standard C++ Library: for_each() vs. transform()Klaus Kreft and Angelika Langerhttp://www.cuj.com/experts/1902/langer.htm?topic=experts Note: Article updated on January 5, 2001for_each()和...查看完整版>>
CUJ:高效使用标准库:for_each() vs. transform()
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。