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

无数据

分类

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

语言

全部英语(83)中文(简体)(2)

格式

全部PDF文档 PDF(85)
 
本次搜索耗时 0.020 秒,为您找到相关结果约 85 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 POCOAS in C++: A Portable Abstraction for Distributed Data Structures

    a copy - Object likely destroyed before kernel completes - We need a copy constructible placeholder object __global__ void kernel(BCL::cuda::HashMap map) { size_t tid = ...; size_t a copy - Object likely destroyed before kernel completes - We need a copy constructible placeholder object __global__ void kernel(BCL::cuda::HashMap map) { size_t tid = ...; size_t a copy - Object likely destroyed before kernel completes - We need a copy constructible placeholder object __global__ void kernel(BCL::cuda::HashMap map) { size_t tid = ...; size_t
    0 码力 | 128 页 | 2.03 MB | 5 月前
    3
  • pdf文档 Secrets of C++ Scripting Bindings

    can take any number of parameters. 1 Type generic_function(std::span); What should this placeholder Type be? 12 . 11Copyright Jason Turner @le�icus emptycrate.com/idocpp A Generic Function Signature can take any number of parameters. 1 Type generic_function(std::span); What should this placeholder Type be? It needs to be able to hold all of the types we care about plus one other thing… 12 can take any number of parameters. 1 Type generic_function(std::span); What should this placeholder Type be? It needs to be able to hold all of the types we care about plus one other thing… void
    0 码力 | 177 页 | 1.65 MB | 5 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 std::bind and std::placeholder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 3.3 rvalue Reference . . . . Passing with a specific literal, can the compiler assist us in type derivation, By using the placeholder auto, there is no longer a need to explicitly specify the type? Fortunately, C++17 introduces std::cout << func(10) << std::endl; std::cout << func2(10) << std::endl; } std::bind and std::placeholder And std::bind is used to bind the parameters of the function call. It solves the requirement that
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 EXPLORATION OF C++20 METAPROCRAMMING

    parameters. 2. Using requires clause after the template parameter list. 3. Using concept on the placeholder type in an abbreviated function template declaration. 4. Using trailing requires clause. 33 with T } 4. Using requires clause after the template parameter list. 3. Using concept on the placeholder type in an abbreviated function template declaration. * Remember this list, we will go back to
    0 码力 | 50 页 | 2.59 MB | 5 月前
    3
  • pdf文档 C++26 Preview

    auto s = std::string(p, to); ... } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15.1P2169 A nice placeholder with no name // before //after std::lock_guard namingIsHard(mutex); binding 3 [[maybe_unused]] auto [x, y, iDontCare] = f(); auto [x, y, _] = f(); 4 16P2169 A nice placeholder with no name // before //after std::lock_guard namingIsHard(mutex);
    0 码力 | 118 页 | 2.02 MB | 5 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    T> concept Bellicose = requires(T &a, Damageable auto &b) { a.hit(b); }; «Error: placeholder type not allowed in that context» or «auto not allowed in requires expression parameter» 92Clarifying T> concept Bellicose = requires(T &a, Damageable auto &b) { a.hit(b); }; «Error: placeholder type not allowed in that context» or «auto not allowed in requires expression parameter» I
    0 码力 | 202 页 | 1.26 MB | 5 月前
    3
  • pdf文档 现代C++ 教程:高速上手C++11/14/17/20

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 std::bind 和 std::placeholder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 3.3 右值引用 . . . . . . . . . std::cout << func(10) << std::endl; std::cout << func2(10) << std::endl; } std::bind 和 std::placeholder 而 std::bind 则是用来绑定函数调用的参数的,它解决的需求是我们有时候可能并不一定能够一次 性获得调用某个函数的全部参数,通过这个函数,我们可以将部分调用参数提前绑定到函数身上成为一
    0 码力 | 83 页 | 2.42 MB | 1 年前
    3
  • pdf文档 C++26 for C++14 Developers: STL-Preview

    iterators must define all five (or six if iterator_concept is included) typedefs or use a special placeholder tag for not- defined typedefs. This is necessary for post-C++20 iterators like preview::rang
    0 码力 | 3 页 | 129.06 KB | 5 月前
    3
  • pdf文档 Connecting User And Library Code

    namespaces: https://www.ibm.com/docs/en/zos/2.4.0?topic=only-inline-namespace- definitions-c11 • Placeholder type in template specialization: https://eel.is/c++draft/dcl.spec.auto#general-13NOTICE: This
    0 码力 | 58 页 | 18.82 MB | 5 月前
    3
  • pdf文档 Concurrency Patterns I

    the results ▪ Thread-local logger threadLocalSummation.cppFuture A future is a non-mutable placeholder for a value, which is set by a promise. auto future = std::async([]{ return "LazyOrEager"; });
    0 码力 | 39 页 | 1.14 MB | 5 月前
    3
共 85 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
POCOASinC++PortableAbstractionforDistributedDataStructuresSecretsofScriptingBindingsModernTutorial11141720OntheFlyEXPLORATIONOFMETAPROCRAMMING26PreviewManyWaystoKillanOrcorHero现代教程高速上手DevelopersSTLConnectingUserAndLibraryCodeConcurrencyPatterns
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩