MCPcopy Create free account

hub / github.com/Mq-b/Cpp20-STL-Cookbook-src / functions

Functions305 in github.com/Mq-b/Cpp20-STL-Cookbook-src

↓ 288 callersFunctionprint
src/print.h:10
↓ 73 callersMethodbegin
src/4.3创建可迭代范围.cpp:34
↓ 63 callersMethodend
src/4.3创建可迭代范围.cpp:37
↓ 31 callersFunctionprintc
src/print.h:134
↓ 26 callersMethodsize
src/4.10创建随机访问迭代器.cpp:107
↓ 18 callersFunctiondist_histogram
src/8.12比较随机数分布发生器.cpp:8
↓ 11 callersFunctionchar_lower
src/7.11使用char_traits.cpp:3
↓ 10 callersFunctioncheck_thing_ptr
src/8.8shared_ptr的共享对象.cpp:11
↓ 10 callersMethodempty
src/4.10创建随机访问迭代器.cpp:119
↓ 9 callersMethodspeak
src/8.4variant存储不同的类型.cpp:11
↓ 8 callersFunctionprint
src/1.9视图.cpp:7
↓ 7 callersFunctionf
src/2.3结构化绑定.cpp:16
↓ 7 callersFunctionprint
src/2.3结构化绑定.cpp:8
↓ 6 callersFunctionp_any
src/8.3any保证类型安全.cpp:6
↓ 6 callersMethodprint
src/9.6互斥锁和锁安全的共享数据.cpp:33
↓ 6 callersMethodstr
src/6.6查找特定项.cpp:11
↓ 5 callersMethodfind
src/7.11使用char_traits.cpp:24
↓ 5 callersFunctionget_weak_thing
src/8.9对共享对象使用弱指针.cpp:10
↓ 5 callersFunctionprintc_
src/6.4sort排序容器元素.cpp:10
↓ 5 callersFunctionprocess_thing
src/8.7unique_ptr管理已分配内存.cpp:11
↓ 5 callersFunctionprompt
src/7.8从用户输入中读取字符串.cpp:4
↓ 5 callersFunctionpsorted
src/3.6保持vector元素的顺序.cpp:8
↓ 4 callersMethodadd_friend
src/9.6互斥锁和锁安全的共享数据.cpp:46
↓ 4 callersFunctionbraces
src/5.8用相同的输入调用多个lambda.cpp:3
↓ 4 callersFunctionjoin
src/6.3将容器元素连接到以供字符串当中.cpp:16
↓ 4 callersFunctionprintc_
src/6.7将容器元素限制在clamp范围内.cpp:8
↓ 4 callersFunctiontimer
src/7.4连接字符串.cpp:8
↓ 3 callersMethodclear
src/3.11实现简单的RPN计算器与deque.cpp:53
↓ 3 callersFunctionf
src/7.3轻量字符串对象string_view.cpp:12
↓ 3 callersFunctionf2
src/7.3轻量字符串对象string_view.cpp:15
↓ 3 callersFunctionpmatches
src/10.5使用grep实用程序搜索目录和文件.cpp:21
↓ 3 callersFunctionprint
src/2.2span类.cpp:6
↓ 3 callersFunctiont
src/2.4if&switch中的初始化.cpp:15
↓ 2 callersMethodbegin
src/4.9构建zip迭代器适配器.cpp:35
↓ 2 callersFunctionchar_upper
src/7.5转换字符串.cpp:3
↓ 2 callersFunctioncmp_less
src/1.4安全比较不同类型的整数cmp_less.cpp:4
↓ 2 callersMethodend
src/4.9构建zip迭代器适配器.cpp:36
↓ 2 callersFunctionf
src/1.7概念(concept)和约束(constraint)-创建更安全的模板.cpp:4
↓ 2 callersFunctionf
src/2.6编译期if.cpp:4
↓ 2 callersFunctionf2
src/1.7概念(concept)和约束(constraint)-创建更安全的模板.cpp:19
↓ 2 callersFunctionfactor
src/8.2optional管理可选值.cpp:5
↓ 2 callersFunctioninsert_sorted
src/3.6保持vector元素的顺序.cpp:16
↓ 2 callersFunctionprint_cstr
src/4.8用哨兵迭代未知长度的对象.cpp:21
↓ 2 callersFunctionprintm
src/3.7高效的将元素插入到map中.cpp:9
↓ 2 callersFunctionprintr
src/print.h:140
↓ 2 callersFunctionquick_delete
src/3.4常数时间内从未排序的向量中删除项.cpp:8
↓ 2 callersFunctionrandomize
src/6.4sort排序容器元素.cpp:16
↓ 2 callersFunctionrot13
src/7.5转换字符串.cpp:9
↓ 2 callersFunctionsize_string
src/10.7创建磁盘使用计数器.cpp:24
↓ 2 callersFunctionstrlower
src/10.4列出目录中的文件.cpp:6
↓ 2 callersFunctionstrlower
src/10.7创建磁盘使用计数器.cpp:11
↓ 1 callersMethodbegin
src/4.10创建随机访问迭代器.cpp:123
↓ 1 callersFunctionchar_lower
src/7.5转换字符串.cpp:6
↓ 1 callersFunctioncheck_sorted
src/6.4sort排序容器元素.cpp:5
↓ 1 callersFunctionclearistream
src/7.8从用户输入中读取字符串.cpp:10
↓ 1 callersFunctioncombine
src/5.7将谓词与逻辑连接词连接起来.cpp:14
↓ 1 callersFunctionconcat
src/5.6用递归连接lambda.cpp:3
↓ 1 callersMethoddelete_friend
src/9.6互斥锁和锁安全的共享数据.cpp:54
↓ 1 callersFunctionentry_size
src/10.7创建磁盘使用计数器.cpp:34
↓ 1 callersFunctionf
src/1.3使用编译时constexpr vector和string.cpp:3
↓ 1 callersMethodfind_friend
src/9.6互斥锁和锁安全的共享数据.cpp:27
↓ 1 callersFunctionget_links
src/7.12用正则表达式解析字符串.cpp:6
↓ 1 callersMethodget_stack_string
src/3.11实现简单的RPN计算器与deque.cpp:57
↓ 1 callersFunctioniround
src/6.8sample采集样本数据集.cpp:6
↓ 1 callersFunctionis_div_by
src/5.4算法库中作为谓词.cpp:14
↓ 1 callersFunctionis_eos
src/3.13找出含有相应长句的vector.cpp:8
↓ 1 callersMethodis_friend
src/9.6互斥锁和锁安全的共享数据.cpp:21
↓ 1 callersFunctionmake_animal
src/8.10共享管理对象的成员.cpp:13
↓ 1 callersFunctionmake_commas
src/9.7atomic共享标志和值.cpp:24
↓ 1 callersFunctionmake_commas
src/7.10使用文件输入初始化复杂结构体.cpp:17
↓ 1 callersFunctionmake_commas
src/10.7创建磁盘使用计数器.cpp:5
↓ 1 callersFunctionmatches
从文件中获取正则表达式匹配
src/10.5使用grep实用程序搜索目录和文件.cpp:10
↓ 1 callersFunctionnode_swap
src/3.8高效的修改map项的键值.cpp:5
↓ 1 callersMethodop
src/3.11实现简单的RPN计算器与deque.cpp:44
↓ 1 callersFunctionprint
src/3.9自定义键值的unordered_map.cpp:21
↓ 1 callersFunctionprint
src/1.2格式化特化formatter.cpp:6
↓ 1 callersFunctionprint_dir
src/10.4列出目录中的文件.cpp:64
↓ 1 callersFunctionprint_t
src/8.6对元组使用折叠表达式.cpp:6
↓ 1 callersFunctionprint_things
src/6.4sort排序容器元素.cpp:30
↓ 1 callersFunctionprintc
src/4.4使迭代器与STL迭代器特性兼容.cpp:47
↓ 1 callersFunctionprompt
src/5.9对跳转表使用映射lambda.cpp:3
↓ 1 callersFunctionremove_value
src/3.3使用擦除函数从容器中擦除项.cpp:6
↓ 1 callersFunctionreplace_str
src/10.6使用regex和directory_iterator重命名文件.cpp:6
↓ 1 callersFunctionrprint
src/print.h:127
↓ 1 callersFunctionrwx
src/10.4列出目录中的文件.cpp:30
↓ 1 callersFunctionshow
src/2.6编译期if.cpp:12
↓ 1 callersFunctionsize_string
src/10.4列出目录中的文件.cpp:46
↓ 1 callersFunctionsleepms
src/9.3thread实现并发.cpp:5
↓ 1 callersMethodstr
src/6.4sort排序容器元素.cpp:25
↓ 1 callersFunctionstr_lower
src/6.5transform修改容器内容.cpp:4
↓ 1 callersFunctionsum_t
src/8.6对元组使用折叠表达式.cpp:15
↓ 1 callersFunctionsv
src/7.3轻量字符串对象string_view.cpp:6
↓ 1 callersFunctiont2
src/2.4if&switch中的初始化.cpp:21
↓ 1 callersFunctiontest2
src/3.5安全的访问vector元素.cpp:11
↓ 1 callersFunctiontime_string
src/10.4列出目录中的文件.cpp:56
↓ 1 callersFunctiontimer
src/8.5chrono的时间事件.cpp:31
↓ 1 callersFunctiontitle_case
src/7.5转换字符串.cpp:17
↓ 1 callersFunctiontrimstr
src/7.7删除字符串的空白.cpp:4
↓ 1 callersFunctiontrimstr
src/7.8从用户输入中读取字符串.cpp:15
↓ 1 callersFunctiontype_char
src/10.4列出目录中的文件.cpp:19
next →1–100 of 305, ranked by callers