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

无数据

分类

全部后端开发(36)C++(36)Conan(23)

语言

全部英语(36)

格式

全部PDF文档 PDF(35)TXT文档 TXT(1)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 36 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Connecting User And Library Code

    org/z/6PdebYn1K) (*) 5. https://fmt.dev/latest/api.html#formatting-user-defined-types7 Slides1. Namespaces ordering: https://godbolt.org/z/qvMcYn1Kd (if in both the namespace and the argument’s namespace) redeclarations are only allowed • after the point of declaration, • at namespace scope, and • in namespaces that enclose the original namespace (including the global namespace). Also, they must use qualified-id Improvement of usage: https://godbolt.org/z/qnnEbf3qo @@@ Now we can move implementations across namespaces, in a non-intrusive way1 Slides@@@ All templates can be constrained with concepts1 Slides1. @@@
    0 码力 | 58 页 | 18.82 MB | 5 月前
    3
  • pdf文档 Back To Basics Functions

    of functions. Towards the end of this talk, we will talk about grouping related functions (into namespaces) and as member functions in classes. Within our discussion of functions in classes, we'll touch function at some point in a large enough project) ○ Refactoring becomes easier as well. ■ If nested namespaces were to get too long -- at a local scope you can use: ● using namespace mike; ● (Note: I recommend Object-Oriented Programming 67Object-Oriented (Actions + Attributes) ● Beyond grouping functions into namespaces ● We can group related functions and data together to form a new user-defined data type -- an
    0 码力 | 123 页 | 7.26 MB | 5 月前
    3
  • pdf文档 Effective Ranges: A tutorial for using C++2X ranges

    cheap (to copy) range adaptor: make a range into a view 3 . 2mechanics - headers, namespaces mechanics - headers, namespaces #include // new header for ranges and views namespace std { namespace
    0 码力 | 56 页 | 15.30 MB | 5 月前
    3
  • pdf文档 Whats in a Name? Whats a Name in? - Walter E. Brown - CppCon 2020

    lookup (ADL) [basic.lookup.argdep] • “When [a func`on is called via] an unqualified-id, other namespaces not considered [by UNL] may be searched, and … declara`ons not otherwise visible may be found so we call it. ➁ (g) is an expression, not an unqualified-id, due to the parens, so no other namespaces are searched. UNL hadn’t found a suitable function decl, so the call is ill-formed. 35 Qualified
    0 码力 | 7 页 | 4.37 MB | 5 月前
    3
  • pdf文档 Back to Basics: The structure of a Program

    functions and data in C object files, and vice versa • The C language does not provide overloading or namespaces • Given a C function whose declaration is void fubar(int), • The corresponding symbol name in 2020 Bob Steagall K E W B C O M P U T I N G Name Mangling • C++ does support overloading and namespaces – names can be reused • A C++ entity name is mapped into a name that can co-exist with C entity
    0 码力 | 64 页 | 390.34 KB | 5 月前
    3
  • pdf文档 LITERALS SAFELY for Types that Behave as though Built-in - Pablo Halpern - CppCon 2021

    a template argument, to the operator instantiation. 10/26/21 Pablo Halpern, 2021 (CC BY 4.0) 17Namespaces for literals ■ UDL operators are looked up using ordinary name lookup, no namespace qualifiers ■ To avoid collisions between similar UDL suffixes, UDL operators are usually put in their own namespaces and imported with using directives: 10/26/21 Pablo Halpern, 2021 (CC BY 4.0) 18 namespace temperature_literals
    0 码力 | 66 页 | 1.47 MB | 5 月前
    3
  • pdf文档 Hiding Your Implementation Details is Not So Simple

    Use the proper context for your code ● Use namespaces properly to give context to your code, including hidden “detail” and unnamed (anonymous) namespaces. ● Use nested type: put types (classes, enums
    0 码力 | 145 页 | 2.45 MB | 5 月前
    3
  • text文档 SVG Test Document

    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:docname="drawing1.svg" inkscape:version="1.0 (4035a4f, 2020-05-01)"
    0 码力 | 5 页 | 11.74 KB | 5 月前
    3
  • pdf文档 Back to Basics: Lambda Expressions

    and the Vector Graphics API ❏ Declarations and Type Conversions ❏ C++ ISO Standard ❏ Inline Namespaces ❏ Lambdas in Action ❏ Any Optional ❏ Variant ❏ CsPaint Library ❏ Moving to C++17 ❏ What
    0 码力 | 48 页 | 175.89 KB | 5 月前
    3
  • pdf文档 Libraries: A First Step Toward Standard C++ Dependency Management

    names ● Name collision prevention ○ i.e., names like job, build, util, etc. ○ Name registry? Namespaces? ● Consistent name spellings across the ecosystem ○ ✖ Different names for different package managers
    0 码力 | 82 页 | 4.21 MB | 5 月前
    3
共 36 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
ConnectingUserAndLibraryCodeBackToBasicsFunctionsEffectiveRangestutorialforusingC++2XrangesWhatsinNameWalterBrownCppCon2020toThestructureofProgramLITERALSSAFELYTypesthatBehaveasthoughBuiltPabloHalpern2021HidingYourImplementationDetailsisNotSoSimpleSVGTestDocumentLambdaExpressionsLibrariesFirstStepTowardStandardDependencyManagement
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩