积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(290)C++(290)Conan(74)

语言

全部英语(275)中文(简体)(12)英语(2)中文(繁体)(1)

格式

全部PDF文档 PDF(275)PPT文档 PPT(15)
 
本次搜索耗时 0.026 秒,为您找到相关结果约 290 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Template Metaprogramming: Type Traits

    Template Metaprogramming: Type Traits Part 1 CppCon 2020 1 Jody Hagins
 jhagins@maystreet.com 
 coachhagins@gmail.comTemplate Metaprogramming: Type Traits CppCon 2020 2 IntroductionIntended Audience oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques 3Intended Audience • Beginner/Intermediate • Gentle entry: swimming oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques • Type traits part of standard library for ~10 years 3Intended Audience
    0 码力 | 403 页 | 5.30 MB | 5 月前
    3
  • pdf文档 Template-Less Meta-Programming

    1 / 58Template Metaprogramming (TMP) Template Metaprogramming (TMP) template using meta_fun = this_talk; 2 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ 3 / 58❓s 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ 3 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert( ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ ❓static_assert(( Template::Metaprogramming::is_easy and Template::Metaprogramming::is_powerful and Template::Metaprogramming::has_nice_error_messages
    0 码力 | 130 页 | 5.79 MB | 5 月前
    3
  • pdf文档 Secrets of C++ Scripting Bindings

    about SWIG Learned that Python is wrong for embedding (Global state), chose Lua 2008 - Created SWIG Starter Kit SWIG is great for binding to other languages, but requires a second build step (Side note: this and through its development and via bug reports and contributions from users, I learned about: Template Meta Programming 7 . 4Copyright Jason Turner @le�icus emptycrate.com/idocpp ChaiScript ChaiScript and through its development and via bug reports and contributions from users, I learned about: Template Meta Programming Lambdas 7 . 4Copyright Jason Turner @le�icus emptycrate.com/idocpp ChaiScript
    0 码力 | 177 页 | 1.65 MB | 5 月前
    3
  • pdf文档 Back to Basics: Generic Programming

    Programming CppCon 2024 Define a Template template <template-parameters> declaration; declaration can be • class / struct • function • type alias • variable • concept template-parameter is class | typename typename identifier [= default-value] Template definition should be in a header file12 David Olsen – Generic Programming CppCon 2024 Class Template Definition template class pair { T https://godbolt.org/z/rejh9YPhK13 David Olsen – Generic Programming CppCon 2024 Class Template Definition template class pair { T m0; U m1; public: pair() { } pair(T v0, U v1) : m0(v0)
    0 码力 | 175 页 | 1.16 MB | 5 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Overview • Rationale • Template fundamentals • Template categories in detail 2CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © Bob Steagall Template Categories 15CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Function Templates (C++98/03) • Recipes for making functions 16 template T T const& min(T const& a, T const& b); { return (a < b) ? a : b; } template void swap(T& a, T& b); template void sort(RandomIt first, RandomIt last, Compare
    0 码力 | 68 页 | 436.75 KB | 5 月前
    3
  • pdf文档 Back to Basics: Templates Part 2

    Templates • C++ supports generic programming with templates • A template is a parametrized description of a family of some facility • A template is not a thing – it is a recipe for making things • C++ provides kinds of templates • Function templates • Class templates • Member function templates • Alias template • Variable templates • Lambda templates 2CppCon 2021 – Back to Basics: Templates – Part 2 Copyright name is an identifier that denotes an entity • Every template has a name • Every template specialization has a name, formally known as a template-id • A declaration introduces one or more names into
    0 码力 | 80 页 | 490.15 KB | 5 月前
    3
  • pdf文档 Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler & Safer?

    “all about C++” variable operator “thing” 7it is value 8it is type 9it is predicate 10it is template 11it is concept 12it is empty 132 Usually, a couple of years old. There is always a paperP2392 (predicate) ? x is empty x is empty ? x is Template x is Template ? x is Concept x is Concept ? X is Type X is Y ? X is Concept X is Concept ? X is Template X is Template ? Testing Variable Testing Type 15x 15x is Type Actual type Expected template< typename C, typename X > constexpr auto is( X const& ) -> bool; is(x); 16x is Type 17x is Type 18x is Type 19x is Type 20x is Type 21x is Type
    0 码力 | 108 页 | 5.08 MB | 5 月前
    3
  • pdf文档 Implementing Particle Filters with Ranges

    1CONCEPTS template concept ParticleLike = std::is_object_v && requires(T a) { { a.state }; { a.weight } -> std::convertible_to; }; template && requires(F f, T t) { { t.state = f(t.state) }; }; template concept ReweightFn = ParticleLike && requires(F f, T t) { { 10CONCEPTS template concept ParticleLike = std::is_object_v && requires(T a) { { a.state }; { a.weight } -> std::convertible_to; }; template
    0 码力 | 83 页 | 4.70 MB | 5 月前
    3
  • pdf文档 Symbolic Calculus for High-Performance Computing: From Scratch Using C++23

    Architecture Substitution Construction Conclusion Mixing with lambdas and template parameter Lambdas as default template parameter 1 template 2 struct symbol {}; The result 1 symbol decltype(y)> << std :: endl; // 0 Also works with NTTP 1 template 2 struct symbol {}; Conclusion Mixing lambdas and default template parameter allow to create uniquely-typed symbols. CppCon Using plain C++ to generate uniquely-typed symbols The ONE trick to remember: the “lambda” trick 1 template 2 struct symbol {}; 3 4 symbol a; 5 symbol w; 6 symbol t; 7 symbol phi; 8 9
    0 码力 | 70 页 | 1.80 MB | 5 月前
    3
  • pdf文档 Embracing CTAD

    NinaWhat is in this talk • What is Class Template Argument Deduction (CTAD) and how it makes our life easierWhat is in this talk • What is Class Template Argument Deduction (CTAD) and how it makes makes our life easier • The principles of how CTAD worksWhat is in this talk • What is Class Template Argument Deduction (CTAD) and how it makes our life easier • The principles of how CTAD works • CTAD take down or CTAD sales pitch • PopcornWhat is CTAD ?Deducing function-template template argument template void myFunc(const T&){} myFunc(1); // invokes
    0 码力 | 98 页 | 4.62 MB | 5 月前
    3
共 290 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 29
前往
页
相关搜索词
TemplateMetaprogrammingTypeTraitsLessMetaProgrammingSecretsofC++ScriptingBindingsBacktoBasicsGenericTemplatesPartExtendingandSimplifyingThoughtsonPatternMatchingusingisasCanbe10xSimplerSaferImplementingParticleFilterswithRangesSymbolicCalculusforHighPerformanceComputingFromScratchUsing23EmbracingCTAD
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩