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

无数据

分类

全部后端开发(17)Rust(9)C++(8)

语言

全部英语(9)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)中文(简体)(1)中文(繁体)(1)

格式

全部PDF文档 PDF(17)
 
本次搜索耗时 0.049 秒,为您找到相关结果约 17 个.
  • 全部
  • 后端开发
  • Rust
  • C++
  • 全部
  • 英语
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Object Lifetime: From Start to Finish

    doSomethingElse(); int main() { doSomething(Foo(1), Foo(2).m_i, Foo(3).getBar(), string("World").c_str()), doSomethingElse(); } 1 2 3 4 5 6 7 8 9 10 11 12 13 138 https://godbolt.org/z/nvY6EbTjsstruct doSomethingElse(); int main() { doSomething(Foo(1), Foo(2).m_i, Foo(3).getBar(), string("World").c_str()), doSomethingElse(); } 1 2 3 4 5 6 7 8 9 10 11 12 13 139 https://godbolt.org/z/nvY6EbTjsstruct doSomethingElse(); int main() { doSomething(Foo(1), Foo(2).m_i, Foo(3).getBar(), string("World").c_str()), doSomethingElse(); } 1 2 3 4 5 6 7 8 9 10 11 12 13 140 https://godbolt.org/z/nvY6EbTjsstruct
    0 码力 | 214 页 | 9.34 MB | 6 月前
    3
  • pdf文档 Reflection Is Not Contemplation

    property(class_builder& b, type type, std::string name) -> void { auto member_name = identifier{("m_" + name).c_str()}; append_field(b, member_name, type); method_prototype mp; object_type(mp, make_const(decl_of(b))); return_type(mp, make_lvalue_reference(make_const(type))); append_method(b, identifier{("get_" + name).c_str()}, mp, [member_name](method_builder& b){ append_return(b, make_field_expr( make_dere object_type(mp1, decl_of(b)); return_type(mp1, ^void); append_method(b, identifier{("set_" + name).c_str()}, mp1, [member_name](method_builder& b){ append_expr(b, make_operator_expr(
    0 码力 | 45 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Practical memory pool based allocators for Modern C++

    runOnFunction(llvm::Function & f) override { const auto pretty_name = boost::core::demangle(f.getName().str().c_str()); static const std::regex call_regex{R"(void instrument::type_reg<([^,]+),(.+),([^,]+)>\(\))"}; const auto pool_id = std::atoi(match[1].str().c_str()); const auto type = match[2].str(); const auto size = std::atoi(match[3].str().c_str()); std::cout << "Pool ID: " << pool_id
    0 码力 | 49 页 | 986.95 KB | 6 月前
    3
  • pdf文档 Unraveling string_view: Basics, Benefits, and Best Practices

    << sv << '\n'; name_ name• Some other methods in string which are not present in string_view • c_str: Since string_view cannot provide null terminated string guarantee. • capacity: No need, since there takeways 57 If you have a const std::string convert that to std::string_view. const std::string c_str{"hello"}; static constexpr std::string_view kStr{"hello"}; If you have a non-constructor function char*, then please: • Keep in mind that data() for string_view does not behave the same way that c_str() does for string. Always assume that it does not end with ‘\0’. • Check whether its empty() before
    0 码力 | 61 页 | 1.11 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    nt_thread_index(); tracy::SetThreadName(std::string("tbb worker #").append(std::to_string(tid)).c_str()); } } void on_scheduler_exit(bool is_worker) override { } }; 50 Tips & Tricks
    0 码力 | 84 页 | 8.70 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    nt_thread_index(); tracy::SetThreadName(std::string("tbb worker #").append(std::to_string(tid)).c_str()); } } void on_scheduler_exit(bool is_worker) override { } }; 50 Tips & Tricks
    0 码力 | 85 页 | 6.51 MB | 6 月前
    3
  • pdf文档 Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler & Safer?

    auto myfile {fopen("xyzzy", "w")}; CPP2_UFCS(fprintf, myfile, "Hello %s with UFCS!” , CPP2_UFCS_0(c_str, std::move(s))); CPP2_UFCS_0(fclose, std::move(myfile)); 102UFCS - the beginning #define CPP2_UFCS(FUNCNAME
    0 码力 | 108 页 | 5.08 MB | 6 月前
    3
  • pdf文档 A Physical Units Library for the Next C++

    [[nodiscard]] constexpr std::size_t size() const noexcept; [[nodiscard]] constexpr const CharT* c_str() const noexcept; [[nodiscard]] constexpr const CharT& operator[](std::size_t index) const noexcept;
    0 码力 | 172 页 | 6.17 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(Ukrainian) 202412

    rust::String::lossy може створити рядок Rust із вхідних даних не у форматі UTF8, а rust::String::c_str може завершити рядок NUL). 257 44.1 Приклади прив'язок CXX вимагає, щоб вся межа C++/Rust була
    0 码力 | 396 页 | 1.08 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    � rust::String::lossy � � � � � � � � � Rust string � � � � � � � � � � � � UTF8 � rust::String::c_str � � � � � � � � � � � � � � � string � � � � NUL � � � � � � � � (. 255 45.1 � � � � � � � � � �
    0 码力 | 393 页 | 987.97 KB | 10 月前
    3
共 17 条
  • 1
  • 2
前往
页
相关搜索词
ObjectLifetimeFromStarttoFinishReflectionIsNotContemplationPracticalmemorypoolbasedallocatorsforModernC++UnravelingstringviewBasicsBenefitsandBestPracticesTracyProfilerYouDonWantMissExtendingSimplifyingThoughtsonPatternMatchingusingisasCanbe10xSimplerSaferPhysicalUnitsLibrarytheNextComprehensiveRustUkrainian202412Persian
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩