Custom Views for the Rest of Us1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 AlgorithmThatSwaps(T& t1, T& t2) 2 { 3 // Algorithm stuff... 4 5 // More algorithm 6 } 7 Calls the custom version, if it exists (same for begin and end): 78std::ranges::iter_swap std::ranges::iter_move (P2387) New type: std::ranges::range_adaptor_closure. Ensure all closure objects inherit from this. Custom closure objects can then use it, too. 120namespace detail { template concept can_cons 0 码力 | 187 页 | 13.25 MB | 6 月前3
The Roles of Symmetry And Orthogonality In Design“Knowing” • Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths Guarantee “Knowing” • Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths • Examples: Examples: • Prefer generalized solution, but plugin API allows for custom processing (such as hardware offloading) • Prefer default configuration, but permit users to bypass or disable specific subsystems0 码力 | 151 页 | 3.20 MB | 6 月前3
《深入浅出MFC》2/eMFC 多緒程式實例 / 766 目 錄 25 * 第 15 章 定製㆒個 AppWizard / 771 到底 Wizard 是什麼? / 733 Custom AppWizard 的基本操作 / 774 剖析 AppWizard Components / 779 Dialog Templates 和 Dialog Directives / 783 動手修改 Top Studio AppWizard / 784 利用資源編輯器修改 IDD_CUSTOM1 對話窗畫面 / 785 利用 ClassWizard 修改 CCustom1Dlg 類別 / 785 改寫 OnDismiss 虛擬函式,在其㆗定義 所附范例),从第七章开始,分章探讨每一个MFC 应用技术主题。第13 章另有三个程序,示范Multi-View 和Multi-Document 的情况。 14 章~16 章是第二版新增内容,主题分别是MFC 多线程程序设计、Custom AppWizard、 以及如何使用Component Gallery 提供的ActiveX controls 和components。 第0章 你㆒定要知道(導讀) 29 你需要什么技术基础0 码力 | 1009 页 | 11.08 MB | 1 年前3
Conan 1.19 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 13.6 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 14.10 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 269 14.11 How to manage shared profiles So far, we have used the default settings stored in ~/.conan/profiles/default and defined custom values for some of them as command line arguments. However, in large projects, configurations can0 码力 | 609 页 | 4.88 MB | 1 年前3
Conan 1.20 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 13.6 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 14.10 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 269 14.11 How to manage shared profiles So far, we have used the default settings stored in ~/.conan/profiles/default and defined custom values for some of them as command line arguments. However, in large projects, configurations can0 码力 | 611 页 | 4.89 MB | 1 年前3
Conan 1.24 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 13.7 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 15.11 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 282 15.12 How to manage shared configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any custom configuration. 1.5 Stable From Conan 1.0, there is a commitment to stability, not breaking user0 码力 | 647 页 | 5.31 MB | 1 年前3
Conan 1.25 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 13.7 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 15.11 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 288 15.12 How to manage shared configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any custom configuration. 1.5 Stable From Conan 1.0, there is a commitment to stability, not breaking user0 码力 | 655 页 | 5.45 MB | 1 年前3
Conan 1.22 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 13.7 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 15.11 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 280 15.12 How to manage shared configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any custom configuration. 1.5 Stable From Conan 1.0, there is a commitment to stability, not breaking user0 码力 | 629 页 | 4.98 MB | 1 年前3
Conan 1.23 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 13.7 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 15.11 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 280 15.12 How to manage shared configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any custom configuration. 1.5 Stable From Conan 1.0, there is a commitment to stability, not breaking user0 码力 | 637 页 | 5.04 MB | 1 年前3
Conan 1.26 DocumentationSystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 13.7 Custom integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289 15.11 How to create and share a custom generator with generator packages . . . . . . . . . . . . . . . . . . 292 15.12 How to manage shared configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any custom configuration. 1.5 Stable From Conan 1.0, there is a commitment to stability, not breaking user0 码力 | 669 页 | 5.51 MB | 1 年前3
共 205 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21













