MCPcopy Create free account

hub / github.com/Dobiasd/FunctionalPlus / functions

Functions1,676 in github.com/Dobiasd/FunctionalPlus

↓ 1 callersFunctionmap_union_with
include_all_in_one/include/fplus/fplus.hpp:9736
↓ 1 callersFunctionmaximum_by_maybe
include/fplus/container_properties.hpp:290
↓ 1 callersFunctionmaximum_idx_by_maybe
include/fplus/container_properties.hpp:124
↓ 1 callersFunctionmaximum_idx_maybe
include/fplus/container_properties.hpp:175
↓ 1 callersFunctionmaximum_maybe
include_all_in_one/include/fplus/fplus.hpp:9257
↓ 1 callersFunctionmaximum_on_maybe
include/fplus/container_properties.hpp:398
↓ 1 callersFunctionmean_obj_div_double
include/fplus/container_properties.hpp:444
↓ 1 callersFunctionmean_obj_div_size_t
include/fplus/container_properties.hpp:430
↓ 1 callersFunctionmedian
include_all_in_one/include/fplus/fplus.hpp:9388
↓ 1 callersFunctionmemoize_binary
include/fplus/composition.hpp:303
↓ 1 callersFunctionmemoize_recursive
include/fplus/composition.hpp:284
↓ 1 callersFunctionmemoize_recursive_helper
include_all_in_one/include/fplus/fplus.hpp:1690
↓ 1 callersFunctionmemoize_recursive_helper
include/fplus/composition.hpp:253
↓ 1 callersFunctionminimum
include_all_in_one/include/fplus/fplus.hpp:9219
↓ 1 callersFunctionminimum_by_maybe
include/fplus/container_properties.hpp:260
↓ 1 callersFunctionminimum_idx_by_maybe
include/fplus/container_properties.hpp:93
↓ 1 callersFunctionminimum_idx_maybe
include/fplus/container_properties.hpp:150
↓ 1 callersFunctionminimum_maybe
include/fplus/container_properties.hpp:317
↓ 1 callersFunctionminimum_on
include_all_in_one/include/fplus/fplus.hpp:9271
↓ 1 callersFunctionminimum_on_maybe
include/fplus/container_properties.hpp:370
↓ 1 callersFunctionnone_by
include_all_in_one/include/fplus/fplus.hpp:8968
↓ 1 callersFunctionnormalize_mean_stddev
include_all_in_one/include/fplus/fplus.hpp:8279
↓ 1 callersFunctionnth_element
include_all_in_one/include/fplus/fplus.hpp:4659
↓ 1 callersFunctionnub
include/fplus/container_common.hpp:1743
↓ 1 callersFunctionnub_on
include/fplus/container_common.hpp:1731
↓ 1 callersFunctionnumbers
include_all_in_one/include/fplus/fplus.hpp:5087
↓ 1 callersFunctionnumbers_step
include/fplus/container_common.hpp:1964
↓ 1 callersFunctionord_eq_to_eq
include_all_in_one/include/fplus/fplus.hpp:2318
↓ 1 callersFunctionord_to_eq
include_all_in_one/include/fplus/fplus.hpp:2290
↓ 1 callersFunctionoverlapping_pairs
include_all_in_one/include/fplus/fplus.hpp:7205
↓ 1 callersFunctionpairs_to_map_grouped
include_all_in_one/include/fplus/fplus.hpp:9670
↓ 1 callersFunctionpairs_to_unordered_map_grouped
include_all_in_one/include/fplus/fplus.hpp:9689
↓ 1 callersFunctionpairs_to_unordered_map_grouped
include/fplus/maps.hpp:59
↓ 1 callersFunctionparallel_for_each
include/fplus/side_effects.hpp:280
↓ 1 callersFunctionparallel_for_each_n_threads
include/fplus/side_effects.hpp:295
↓ 1 callersFunctionparse_code_file
api_search/parse_source_files.cpp:86
↓ 1 callersFunctionpartial_sort
include_all_in_one/include/fplus/fplus.hpp:4622
↓ 1 callersFunctionpartition
include/fplus/split.hpp:432
↓ 1 callersMethodpop
include_all_in_one/include/fplus/fplus.hpp:12880
↓ 1 callersFunctionprepend_elem
include_all_in_one/include/fplus/fplus.hpp:4247
↓ 1 callersFunctionpresent_in_all
include/fplus/container_properties.hpp:720
↓ 1 callersFunctionpresort_trees
include_all_in_one/include/fplus/fplus.hpp:14108
↓ 1 callersFunctionpresort_trees
include/fplus/tree.hpp:39
↓ 1 callersFunctionproblem_01
P01 (*) Find the last box of a list.
examples/99_problems.cpp:26
↓ 1 callersFunctionproblem_02
P02 (*) Find the last but one box of a list.
examples/99_problems.cpp:32
↓ 1 callersFunctionproblem_03
P03 (*) Find the K'th element of a list.
examples/99_problems.cpp:38
↓ 1 callersFunctionproblem_04
P04 (*) Find the number of elements of a list.
examples/99_problems.cpp:44
↓ 1 callersFunctionproblem_05
P05 (*) Reverse a list.
examples/99_problems.cpp:50
↓ 1 callersFunctionproblem_06
P06 (*) Find out whether a list is a palindrome.
examples/99_problems.cpp:56
↓ 1 callersFunctionproblem_07
P07 (**) Flatten a nested list structure.
examples/99_problems.cpp:62
↓ 1 callersFunctionproblem_08
P08 (**) Eliminate consecutive duplicates of list elements.
examples/99_problems.cpp:68
↓ 1 callersFunctionproblem_09
P09 (**) Pack consecutive duplicates of list elements into sublists.
examples/99_problems.cpp:74
↓ 1 callersFunctionproblem_10
P10 (*) Run-length encoding of a list.
examples/99_problems.cpp:80
↓ 1 callersFunctionproblem_11
P11 (*) Modified run-length encoding.
examples/99_problems.cpp:89
↓ 1 callersFunctionproblem_12
P12 (**) Decode a run-length encoded list.
examples/99_problems.cpp:102
↓ 1 callersFunctionproblem_13
P13 (**) Run-length encoding of a list (direct solution).
examples/99_problems.cpp:111
↓ 1 callersFunctionproblem_14
P14 (*) Duplicate the elements of a list.
examples/99_problems.cpp:131
↓ 1 callersFunctionproblem_15
P15 (**) Replicate the elements of a list a given number of times.
examples/99_problems.cpp:137
↓ 1 callersFunctionproblem_16
P16 (**) Drop every N'th element from a list.
examples/99_problems.cpp:143
↓ 1 callersFunctionproblem_17
P17 (*) Split a list into two parts; the length of the first part is given.
examples/99_problems.cpp:151
↓ 1 callersFunctionproblem_18
P18 (**) Extract a slice from a list.
examples/99_problems.cpp:157
↓ 1 callersFunctionproblem_19
P19 (**) Rotate a list N places to the left.
examples/99_problems.cpp:163
↓ 1 callersFunctionproblem_20
P20 (*) Remove the K'th element from a list.
examples/99_problems.cpp:169
↓ 1 callersFunctionproblem_21
P21 (*) Insert an element at a given position into a list.
examples/99_problems.cpp:175
↓ 1 callersFunctionproblem_22
P22 (*) Create a list containing all integers within a given range.
examples/99_problems.cpp:181
↓ 1 callersFunctionproblem_23
P23 (**) Extract a given number of randomly selected elements from a list.
examples/99_problems.cpp:187
↓ 1 callersFunctionproblem_24
P24 (*) Lotto: Draw N different random numbers from the set 1..M.
examples/99_problems.cpp:193
↓ 1 callersFunctionproblem_25
P25 (*) Generate a random permutation of the elements of a list.
examples/99_problems.cpp:199
↓ 1 callersFunctionproblem_26
P26 (**) Generate the combinations of K distinct objects chosen from the N elements of a list
examples/99_problems.cpp:205
↓ 1 callersFunctionproblem_27
P27 (**) Group the elements of a set into disjoint subsets.
examples/99_problems.cpp:211
↓ 1 callersFunctionproblem_28
P28 (**) Sorting a list of lists according to length of sublists
examples/99_problems.cpp:217
↓ 1 callersFunctionqsort_vec_int
antic C style qsort (will be benchmarked against std::sort)
test/benchmark_session_test.cpp:19
↓ 1 callersMethodread
include_all_in_one/include/fplus/fplus.hpp:13063
↓ 1 callersFunctionread_binary_file_maybe
API search type: read_binary_file_maybe : String -> Io (Maybe [Int]) Returns a function that reads the content of a binary file when executed.
include_all_in_one/include/fplus/fplus.hpp:13920
↓ 1 callersFunctionread_binary_file_maybe
API search type: read_binary_file_maybe : String -> Io (Maybe [Int]) Returns a function that reads the content of a binary file when executed.
include/fplus/side_effects.hpp:398
↓ 1 callersFunctionread_text_file_lines
API search type: read_text_file_lines : (String, Bool) -> Io [String] Returns a function that (when called) reads the content of a text file and retur
include/fplus/side_effects.hpp:450
↓ 1 callersFunctionread_text_file_lines_maybe
API search type: read_text_file_lines_maybe : (String, Bool) -> Io (Maybe [String]) Returns a function that (when called) reads the content of a text
include_all_in_one/include/fplus/fplus.hpp:13956
↓ 1 callersFunctionread_text_file_lines_maybe
API search type: read_text_file_lines_maybe : (String, Bool) -> Io (Maybe [String]) Returns a function that (when called) reads the content of a text
include/fplus/side_effects.hpp:434
↓ 1 callersFunctionreduce
include_all_in_one/include/fplus/fplus.hpp:4030
↓ 1 callersFunctionreduce_1
include_all_in_one/include/fplus/fplus.hpp:4060
↓ 1 callersFunctionreduce_1_parallelly
include_all_in_one/include/fplus/fplus.hpp:11536
↓ 1 callersFunctionreduce_1_parallelly_n_threads
include_all_in_one/include/fplus/fplus.hpp:11562
↓ 1 callersFunctionreduce_1_parallelly_n_threads
include/fplus/transform.hpp:504
↓ 1 callersFunctionreduce_parallelly
include_all_in_one/include/fplus/fplus.hpp:11477
↓ 1 callersFunctionreduce_parallelly_n_threads
include_all_in_one/include/fplus/fplus.hpp:11505
↓ 1 callersFunctionreduce_parallelly_n_threads
include/fplus/transform.hpp:447
↓ 1 callersFunctionreplace_elems
include_all_in_one/include/fplus/fplus.hpp:13317
↓ 1 callersFunctionreplace_if
include_all_in_one/include/fplus/fplus.hpp:13239
↓ 1 callersFunctionreplace_tokens
include_all_in_one/include/fplus/fplus.hpp:13328
↓ 1 callersMethodreport
report() shall return a string with a summary of the session Example below: Function |Nb calls|Total time|Av. time|Deviation| -----------
include/fplus/benchmark_session.hpp:43
↓ 1 callersMethodreport_list
include/fplus/benchmark_session.hpp:49
↓ 1 callersFunctionrotate_left
include_all_in_one/include/fplus/fplus.hpp:6615
↓ 1 callersFunctionrun_length_decode
include/fplus/split.hpp:581
↓ 1 callersFunctionrun_length_encode_by
include_all_in_one/include/fplus/fplus.hpp:10863
↓ 1 callersFunctionrun_length_encode_by
include/fplus/split.hpp:552
↓ 1 callersFunctions
(e)
api_search/frontend/src/highlight/highlight.pack.js:2
↓ 1 callersFunctionscan_left
include_all_in_one/include/fplus/fplus.hpp:4099
↓ 1 callersFunctionscan_left_1
include_all_in_one/include/fplus/fplus.hpp:4123
↓ 1 callersFunctionscan_right
include/fplus/container_common.hpp:1055
↓ 1 callersFunctionscan_right_1
include/fplus/container_common.hpp:1069
← previousnext →801–900 of 1,676, ranked by callers