积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(146)Julia(86)C++(59)Conan(50)数据库(16)TiDB(16)系统运维(1)Linux(1)Lean(1)

语言

全部英语(152)中文(繁体)(10)中文(简体)(1)

格式

全部PDF文档 PDF(162)PPT文档 PPT(1)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 163 个.
  • 全部
  • 后端开发
  • Julia
  • C++
  • Conan
  • 数据库
  • TiDB
  • 系统运维
  • Linux
  • Lean
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 DEDUCING this PATTERNS

    DEDUCING this PATTERNS BEN DEANE / CPPCON 2021 @ben_deaneOVERVIEW This presentation is about P0847, "Deducing this" ( ) Gašper Ažman, Sy Brand, Ben Deane, Barry Revzin – "We propose a new mechanism mechanism for specifying or deducing the value category of the expression that a member-function is invoked on. In other words, a way to tell from within a member function whether the expression it’s invoked we write) a closure object (the object the compiler generates by evaluating the lambda expression)DEDUCING this AND LAMBDAS First, uniformity of syntax between regular member functions and lambda expressions
    0 码力 | 126 页 | 5.15 MB | 5 月前
    3
  • pdf文档 Embracing CTAD

    writing your own deduction guides • CTAD take down or CTAD sales pitch • PopcornWhat is CTAD ?Deducing function-template template argument template void myFunc(const T&){} myFunc(const T&){} myFunc(1); // deduces T = int, invokes myFunc specialisation Deducing function-template template argumenttemplate void myFunc(const T&){} myFunc(1); myFunc(1); // deduces T = int, invokes myFunc specialisation Template argument deduction Deducing function-template template argumenttemplate struct myStruct { myStruct(const
    0 码力 | 98 页 | 4.62 MB | 5 月前
    3
  • pdf文档 Newer Isn't Always Better

    UDPatomosspace.com | 47 Virtual Functions • ~1986 Curiously Recurring Template Pattern (CRTP) • ~1995 Deducing This • C++23 Timelineatomosspace.com | 48 • Run-Time Polymorphism • Quintessential Object Oriented • C++23 Feature • Simplifies Compile Time Polymorphism New Trend – Explicit Object Parameter/Deducing Thisatomosspace.com | 53 struct NetworkConnection { public: void init(this auto&& self) NetworkConnection { public: void initializeConfig() { // ... } }; New Code – Deducing Thisatomosspace.com | 54 // https://godbolt.org/z/T51xE5qbK struct NetworkConnection { virtual
    0 码力 | 60 页 | 1.34 MB | 5 月前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    avoided by delegating to helper methods  Cumbersome  C++23:  Explicit object parameters  deducing this  Replace all 3 overloads with: template auto&& GetName(this Self&& self) a lambda accesses the object that contains the lambda, not the lambda instance itself!  With deducing this: auto fibonacci = [](this auto self, int n) { if (n < 2) { return n; } return self(n
    0 码力 | 105 页 | 759.96 KB | 5 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    one of my personal incentives for P0847 (Now you see one of my personal incentives for P0847 Deducing Deducing this this)) See also See also C++Weekly Episode 318: My Meetup Got Nerd Sniped! C++Weekly
    0 码力 | 141 页 | 11.33 MB | 5 月前
    3
  • pdf文档 Connecting User And Library Code

    without frame is in UserSpace@@@ As opposed to library sharing entities with other libraries+ @@@ Deducing this removes the need for CRTP2 Slides1. https://godbolt.org/z/eTznPrno5 @@@ Use default if there’s
    0 码力 | 58 页 | 18.82 MB | 5 月前
    3
  • pdf文档 A Journey Into Non-Virtual Polymorphism

    Rud Merriam | A Journey into Non-Virtual Polymorphism 41 C++23: Explicit Object Parameter AKA, Deducing This struct Shape { template void draw(this T&& self) { self.draw_impl();}
    0 码力 | 43 页 | 536.84 KB | 5 月前
    3
  • pdf文档 What's New in Visual Studio 2022

    std::print • Ranges: • to • zip and enumerate • cartesian_product 🕙 Coming next for C++23 • Deducing this (modules support) • 9 remaining C++ STL features ✅ C++98* * with /permissive- ✅ C++11 ✅
    0 码力 | 55 页 | 3.27 MB | 5 月前
    3
  • pdf文档 Design Patterns

    getValue() = {}", s.getValue() ); } No template parameter anymore 😊 Explicit object parameter (aka “Deducing This”)The Future of CRTP? 31 So CRTP really just … I guess … goes away.The Future of CRTP? 32The
    0 码力 | 136 页 | 7.95 MB | 5 月前
    3
  • pdf文档 Debian GNU/Linux 安裝手冊 January 8, 2024

    with the same key always produces a unique cipher text. The idea is to prevent the attacker from deducing information from repeated patterns in the encrypted data. From the provided alternatives, the default
    0 码力 | 120 页 | 643.51 KB | 1 年前
    3
共 163 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
DEDUCINGthisPATTERNSEmbracingCTADNewerIsnAlwaysBetterC++23AnOverviewofAlmostAllNewandUpdatedFeaturesApplicativeTheForgottenFunctionalPatternConnectingUserAndLibraryCodeJourneyIntoNonVirtualPolymorphismWhatinVisualStudio2022DesignPatternsDebianGNULinux安裝手冊January2024
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩