MCPcopy Create free account

hub / github.com/Light-City/CPlusPlusThings / functions

Functions1,362 in github.com/Light-City/CPlusPlusThings

↓ 1 callersFunctiondo_something
scoped_thread实例
concurrency/concurrency_v1/chapter2/2.3_ownership.cpp:23
↓ 1 callersFunctionf
english/basic_content/macro/do_while.cpp:15
↓ 1 callersFunctionf
english/basic_content/const/const_function.cpp:4
↓ 1 callersFunctionf
basic_content/macro/do_while.cpp:19
↓ 1 callersFunctionf
basic_content/const/const_function.cpp:4
↓ 1 callersFunctionf
learn_class/modern_cpp_30/SFINAE/sfinae paper/p1SFINAE.cpp:16
↓ 1 callersFunctionf
concurrency/concurrency_v1/chapter2/2.3_ownership.cpp:59
↓ 1 callersFunctionf
practical_exercises/10_day_practice/day2/rec2.cpp:15
↓ 1 callersMethodf
practical_exercises/10_day_practice/day3/static_member2.cpp:11
↓ 1 callersMethodf
practical_exercises/10_day_practice/day6/virtual_func/vis.cpp:6
↓ 1 callersMethodf
cpp2.0/cpp11/lambda.cpp:58
↓ 1 callersFunctionf1
practical_exercises/10_day_practice/day5/rela/rela.cpp:18
↓ 1 callersFunctionfactorial
learn_class/modern_cpp_30/constexpr/sqrt.cpp:15
↓ 1 callersFunctionfactorial
learn_class/modern_cpp_30/SFINAE/sfinae paper/constexpr.cpp:6
↓ 1 callersFunctionfc
english/basic_content/macro/do_while.cpp:53
↓ 1 callersFunctionfc
basic_content/macro/do_while.cpp:56
↓ 1 callersFunctionff
english/basic_content/macro/do_while.cpp:32
↓ 1 callersMethodff
cpp2.0/cpp11/lambda.cpp:68
↓ 1 callersFunctionfindEven
concurrency/Threading_In_CPlusPlus/1.thread/intro.cpp:15
↓ 1 callersFunctionfindOdd
concurrency/Threading_In_CPlusPlus/1.thread/intro.cpp:21
↓ 1 callersFunctionfmap
learn_class/modern_cpp_30/compilercompute/fmap.cpp:12
↓ 1 callersFunctionfoo
codingStyleIdioms/3_RAII/RAII.cpp:81
↓ 1 callersFunctionfoo
codingStyleIdioms/3_RAII/RAII_fstram.cpp:12
↓ 1 callersFunctionfoo
learn_class/modern_cpp_30/reference/forward.cpp:21
↓ 1 callersFunctionfoo
learn_class/modern_cpp_30/RAII/RAII.cpp:66
↓ 1 callersFunctionfoo
java 程序员风格
learn_class/modern_cpp_30/RAII/heap.cpp:8
↓ 1 callersFunctionfoo
Rvalue references 解决非必要的拷贝 当赋值右手边是一个"右值",左手边对象可以偷右手边对象,而不需要重新分配内存。 浅copy
cpp2.0/cpp11/rvalue.cpp:13
↓ 1 callersFunctionfoo
cpp2.0/cpp11/noexcept.cpp:19
↓ 1 callersFunctionfoo1
独立出函数 分配和释放不在一个函数里
learn_class/modern_cpp_30/RAII/heap.cpp:25
↓ 1 callersFunctionfun
english/basic_content/virtual/set3/static_error.cpp:12
↓ 1 callersFunctionfun
basic_content/virtual/set3/static_error.cpp:12
↓ 1 callersFunctionfun
learn_class/modern_cpp_30/SFINAE/sfinae paper/lambda.cpp:16
↓ 1 callersFunctionfun
函数异常可以抛出去由主函数来处理
practical_exercises/key_exercises/try.cpp:5
↓ 1 callersMethodfun
english/basic_content/abstract/interesting_facts4.cpp:27
↓ 1 callersMethodfun
english/basic_content/abstract/derived_full.cpp:24
↓ 1 callersMethodfun
english/basic_content/virtual/set3/virtual_function1.cpp:8
↓ 1 callersMethodfun
english/basic_content/virtual/set3/virtual_function.cpp:19
↓ 1 callersMethodfun
english/basic_content/virtual/set2/default_arg.cpp:16
↓ 1 callersMethodfun
basic_content/abstract/interesting_facts4.cpp:27
↓ 1 callersMethodfun
basic_content/abstract/derived_full.cpp:22
↓ 1 callersMethodfun
basic_content/virtual/set3/virtual_function1.cpp:8
↓ 1 callersMethodfun
basic_content/virtual/set3/virtual_function.cpp:20
↓ 1 callersMethodfun
basic_content/virtual/set2/default_arg.cpp:15
↓ 1 callersFunctionfunc
english/basic_content/using/using_global.cpp:13
↓ 1 callersFunctionfunc
basic_content/using/using_global.cpp:13
↓ 1 callersMethodg
纯虚函数
english/basic_content/abstract/abstract.cpp:16
↓ 1 callersMethodg
纯虚函数
basic_content/abstract/abstract.cpp:17
↓ 1 callersMethodget
learn_class/modern_cpp_30/RAII/RAII.cpp:60
↓ 1 callersMethodget
cpp2.0/cpp11/variadic/variadic7.cpp:25
↓ 1 callersFunctiongetA_duang
编译器无法优化
learn_class/modern_cpp_30/obj/obj3.cpp:31
↓ 1 callersFunctiongetA_duang
learn_class/modern_cpp_30/obj/obj4.cpp:21
↓ 1 callersFunctiongetA_named
编译器可以优化 返回值移动出去
learn_class/modern_cpp_30/obj/obj2.cpp:34
↓ 1 callersFunctiongetA_unnamed
learn_class/modern_cpp_30/obj/obj5.cpp:24
↓ 1 callersFunctiongetA_unnamed
编译器可以优化 返回值移动出去
learn_class/modern_cpp_30/obj/obj1.cpp:34
↓ 1 callersMethodgetCount
english/basic_content/const/class_const/first_example/main.cpp:19
↓ 1 callersMethodgetCount
english/basic_content/const/class_const/c++11_example/main.cpp:18
↓ 1 callersMethodgetCount
english/basic_content/const/class_const/overload_example/main.cpp:19
↓ 1 callersMethodgetCount
english/basic_content/const/class_const/static_example/main.cpp:20
↓ 1 callersMethodgetCount
basic_content/const/class_const/first_example/apple.cpp:16
↓ 1 callersMethodgetCount
basic_content/const/class_const/c++11_example/apple.cpp:15
↓ 1 callersMethodgetCount
basic_content/const/class_const/overload_example/apple.cpp:18
↓ 1 callersMethodgetCount
basic_content/const/class_const/static_example/apple.cpp:18
↓ 1 callersMethodgetNumAndDen
cpp2.0/cpp11/explicit.cpp:21
↓ 1 callersMethodgetValue
practical_exercises/10_day_practice/day9/exception/10.cpp:10
↓ 1 callersMethodget_age
english/basic_content/this/person.cpp:18
↓ 1 callersMethodget_age
basic_content/this/person.cpp:14
↓ 1 callersMethodget_balance
concurrency/Threading_In_CPlusPlus/4.mutex/an_example_of_bank_account.cpp:29
↓ 1 callersFunctionget_count
learn_class/modern_cpp_30/functionLambda/autoLambda.cpp:12
↓ 1 callersMethodget_count
获取当前计数
learn_class/modern_cpp_30/smart_ptr/shared_ptr.cpp:17
↓ 1 callersFunctiongeta
english/basic_content/friend/friend_func.cpp:22
↓ 1 callersFunctiongeta
basic_content/friend/friend_func.cpp:13
↓ 1 callersMethodgetb
english/basic_content/friend/friend_class.cpp:17
↓ 1 callersMethodgetb
basic_content/friend/friend_class.cpp:16
↓ 1 callersMethodgetvalue
constexpr const method - can't chanage the values of object fields and can be evaluated at compile time.
learn_class/modern_cpp_30/constexpr/test3.cpp:13
↓ 1 callersFunctionglobalRaiseSalary
Similarly, there may be other types of employees We need a very simple function to increment salary of all employees Note that emp[] is an array of po
english/basic_content/virtual/set1/emp.cpp:41
↓ 1 callersFunctionglobalRaiseSalary
Similarly, there may be other types of employees We need a very simple function to increment salary of all employees Note that emp[] is an array of po
basic_content/virtual/set1/emp.cpp:30
↓ 1 callersFunctionhandler
practical_exercises/10_day_practice/day9/exception/5.cpp:5
↓ 1 callersFunctionhanoi
practical_exercises/10_day_practice/day2/hanoi.cpp:17
↓ 1 callersFunctionhash_val
cpp2.0/cpp11/hash.cpp:51
↓ 1 callersMethodinit
practical_exercises/key_exercises/stack.cpp:11
↓ 1 callersMethodjudge
learn_class/modern_cpp_30/reference/collapses.cpp:19
↓ 1 callersFunctionmake_bar
learn_class/modern_cpp_30/RAII/heap.cpp:14
↓ 1 callersFunctionmaximum
参数type相同的maximum
cpp2.0/cpp11/variadic/variadic3_4.cpp:19
↓ 1 callersFunctionmultiply
english/basic_content/decltype/decltype.cpp:17
↓ 1 callersFunctionmultiply
basic_content/decltype/decltype.cpp:9
↓ 1 callersFunctionmyMin
practical_exercises/10_day_practice/day8/func/main.cpp:15
↓ 1 callersMethodoperator()
practical_exercises/key_exercises/operator_circle.cpp:10
↓ 1 callersMethodoperator()
practical_exercises/10_day_practice/day7/brackets/brac.cpp:10
↓ 1 callersMethodoperator()
practical_exercises/10_day_practice/day4/clock/operator.cpp:10
↓ 1 callersMethodoperator++
practical_exercises/10_day_practice/day7/unary_operator/time_increase.cpp:31
↓ 1 callersFunctionoutput_element
learn_class/modern_cpp_30/constexpr/output_container.h:69
↓ 1 callersFunctionoutput_element
learn_class/modern_cpp_30/container1/output_container.h:114
↓ 1 callersFunctionoutput_element
tool/output/output_container.h:69
↓ 1 callersFunctionparallel_accumlate
concurrency/concurrency_v1/chapter2/2.4_runtime.cpp:22
↓ 1 callersFunctionpower
practical_exercises/10_day_practice/day2/pow.cpp:23
↓ 1 callersFunctionprint
english/basic_content/union/union.cpp:21
↓ 1 callersFunctionprint
basic_content/union/union.cpp:22
↓ 1 callersMethodprint
english/basic_content/struct/ext_struct_func.cpp:10
↓ 1 callersMethodprint
english/basic_content/struct/struct_func_func.cpp:10
↓ 1 callersMethodprint
english/basic_content/struct/struct_func.cpp:10
← previousnext →201–300 of 1,362, ranked by callers