Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bolero-MURAKAMI/Sprout
/ functions
Functions
6,359 in github.com/bolero-MURAKAMI/Sprout
⨍
Functions
6,359
◇
Types & classes
3,131
Function
BidirectionalIterator2 move_backward
sprout/algorithm/cxx14/move_backward.hpp:24
Function
BinaryFunction functor
sprout/iterator/transform_iterator.hpp:106
Function
BuiltInUnsigned gcd_binary
sprout/math/gcd.hpp:142
Function
BuiltInUnsigned gcd_binary_1
sprout/math/gcd.hpp:133
Function
BuiltInUnsigned gcd_binary_2_1
sprout/math/gcd.hpp:64
Function
BuiltInUnsigned gcd_binary_2_2
sprout/math/gcd.hpp:52
Function
ForwardIterator adjacent_find
sprout/algorithm/adjacent_find.hpp:115
Function
ForwardIterator adjacent_find_impl_check
sprout/algorithm/adjacent_find.hpp:70
Function
ForwardIterator is_sorted_until
sprout/algorithm/is_sorted_until.hpp:100
Function
ForwardIterator iter_max
sprout/algorithm/max_element.hpp:23
Function
ForwardIterator iter_min
sprout/algorithm/min_element.hpp:23
Function
ForwardIterator lower_bound
sprout/algorithm/lower_bound.hpp:23
Function
ForwardIterator max_element
sprout/algorithm/max_element.hpp:104
Function
ForwardIterator min_element
sprout/algorithm/min_element.hpp:104
Function
ForwardIterator partition_point_impl
sprout/algorithm/partition_point.hpp:23
Function
ForwardIterator search_n
sprout/algorithm/search_n.hpp:109
Function
ForwardIterator search_n_impl_check
sprout/algorithm/search_n.hpp:59
Function
ForwardIterator strrchr
sprout/cstring/strrchr.hpp:67
Function
ForwardIterator strrchr_impl_check
sprout/cstring/strrchr.hpp:21
Function
ForwardIterator upper_bound
sprout/algorithm/upper_bound.hpp:23
Function
ForwardIterator adjacent_find
sprout/algorithm/adjacent_find.hpp:137
Function
ForwardIterator is_sorted_until
sprout/algorithm/is_sorted_until.hpp:121
Function
ForwardIterator lower_bound
sprout/algorithm/lower_bound.hpp:43
Function
ForwardIterator max_element
sprout/algorithm/max_element.hpp:123
Function
ForwardIterator min_element
sprout/algorithm/min_element.hpp:123
Function
ForwardIterator partition
sprout/algorithm/cxx14/partition.hpp:21
Function
ForwardIterator partition_point
sprout/algorithm/partition_point.hpp:44
Function
ForwardIterator remove
sprout/algorithm/cxx14/remove.hpp:19
Function
ForwardIterator remove_if
sprout/algorithm/cxx14/remove_if.hpp:19
Function
ForwardIterator rotate
sprout/algorithm/cxx14/rotate.hpp:20
Function
ForwardIterator search
sprout/algorithm/search.hpp:155
Function
ForwardIterator search_n
sprout/algorithm/search_n.hpp:129
Function
ForwardIterator unique
sprout/algorithm/cxx14/unique.hpp:20
Function
ForwardIterator upper_bound
sprout/algorithm/upper_bound.hpp:43
Function
ForwardIterator assign
sprout/string/char_traits.hpp:212
Function
ForwardIterator find
sprout/string/char_traits.hpp:193
Function
ForwardIterator1 find_end
sprout/algorithm/find_end.hpp:211
Method
ForwardIterator1 operator()
sprout/algorithm/searching/default_searcher.hpp:33
Function
ForwardIterator1 search
sprout/algorithm/search.hpp:113
Function
ForwardIterator1 search_one
sprout/detail/algorithm/search_one.hpp:96
Function
ForwardIterator1 strstr
sprout/cstring/strstr.hpp:122
Function
ForwardIterator1 strstr_one
sprout/cstring/strstr.hpp:67
Function
ForwardIterator1 find_end
sprout/algorithm/find_end.hpp:230
Function
ForwardIterator1 search
sprout/algorithm/search.hpp:132
Function
ForwardIterator2 swap_ranges
sprout/algorithm/cxx14/swap_ranges.hpp:19
Function
ForwardIteratorPair iter_minmax
sprout/algorithm/minmax_element.hpp:31
Function
ForwardIteratorPair iter_minmax_pair
sprout/algorithm/minmax_element.hpp:23
Function
InputIterator find_scope_end
sprout/brainfuck/brainfuck.hpp:31
Function
InputIterator cxx14_next
sprout/iterator/next.hpp:29
Function
InputIterator cxx14_prev
sprout/iterator/prev.hpp:27
Function
InputIterator find
sprout/algorithm/find.hpp:92
Function
InputIterator find_if
sprout/algorithm/find_if.hpp:92
Function
InputIterator find_if_not
sprout/algorithm/find_if_not.hpp:92
Function
InputIterator iterator_next
sprout/iterator/next.hpp:129
Function
InputIterator next_impl
sprout/iterator/next.hpp:41
Function
InputIterator next_impl_1
sprout/iterator/next.hpp:90
Function
InputIterator next_impl_2
sprout/iterator/next.hpp:67
Function
InputIterator str_find_check
sprout/detail/str.hpp:16
Function
InputIterator strchr
sprout/cstring/strchr.hpp:58
Function
InputIterator find
sprout/algorithm/find.hpp:109
Function
InputIterator find_if
sprout/algorithm/find_if.hpp:109
Function
InputIterator find_if_not
sprout/algorithm/find_if_not.hpp:109
Function
InputIterator for_each_n
sprout/algorithm/cxx14/for_each_n.hpp:18
Function
InputIterator next
sprout/iterator/next.hpp:145
Function
InputIterator1 find_first_of
sprout/algorithm/find_first_of.hpp:106
Function
InputIterator1 strpbrk
sprout/cstring/strpbrk.hpp:63
Function
InputIterator1 find_first_of
sprout/algorithm/find_first_of.hpp:125
Function
OutputIterator adjacent_difference
sprout/range/numeric/cxx14/adjacent_difference.hpp:27
Function
OutputIterator amplitude_spectrum
sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp:26
Function
OutputIterator clamp_range
sprout/range/algorithm/cxx14/clamp_range.hpp:27
Function
OutputIterator copy
sprout/range/algorithm/cxx14/copy.hpp:26
Function
OutputIterator copy_if
sprout/range/algorithm/cxx14/copy_if.hpp:26
Function
OutputIterator copy_until
sprout/range/algorithm/cxx14/copy_until.hpp:26
Function
OutputIterator copy_while
sprout/range/algorithm/cxx14/copy_while.hpp:26
Function
OutputIterator exclusive_scan
sprout/range/numeric/cxx14/exclusive_scan.hpp:27
Function
OutputIterator inclusive_scan
sprout/range/numeric/cxx14/inclusive_scan.hpp:27
Function
OutputIterator merge
sprout/range/algorithm/cxx14/merge.hpp:26
Function
OutputIterator move
sprout/range/algorithm/cxx14/move.hpp:26
Function
OutputIterator partial_sum
sprout/range/numeric/cxx14/partial_sum.hpp:27
Function
OutputIterator partition_copy
sprout/range/algorithm/cxx14/partition_copy.hpp:26
Function
OutputIterator phase_spectrum
sprout/range/numeric/dft/cxx14/phase_spectrum.hpp:26
Function
OutputIterator remove_copy
sprout/range/algorithm/cxx14/remove_copy.hpp:26
Function
OutputIterator remove_copy_if
sprout/range/algorithm/cxx14/remove_copy_if.hpp:26
Function
OutputIterator replace_copy
sprout/range/algorithm/cxx14/replace_copy.hpp:26
Function
OutputIterator replace_copy_if
sprout/range/algorithm/cxx14/replace_copy_if.hpp:26
Function
OutputIterator reverse_copy
sprout/range/algorithm/cxx14/reverse_copy.hpp:26
Function
OutputIterator rotate_copy
sprout/range/algorithm/cxx14/rotate_copy.hpp:27
Function
OutputIterator set_difference
sprout/range/algorithm/cxx14/set_difference.hpp:26
Function
OutputIterator set_intersection
sprout/range/algorithm/cxx14/set_intersection.hpp:26
Function
OutputIterator set_symmetric_difference
sprout/range/algorithm/cxx14/set_symmetric_difference.hpp:26
Function
OutputIterator set_union
sprout/range/algorithm/cxx14/set_union.hpp:26
Function
OutputIterator spectrum
sprout/range/numeric/dft/cxx14/spectrum.hpp:28
Function
OutputIterator transform
sprout/range/algorithm/cxx14/transform.hpp:26
Function
OutputIterator transform_exclusive_scan
sprout/range/numeric/cxx14/transform_exclusive_scan.hpp:27
Function
OutputIterator transform_inclusive_scan
sprout/range/numeric/cxx14/transform_inclusive_scan.hpp:27
Function
OutputIterator unique_copy
sprout/range/algorithm/cxx14/unique_copy.hpp:26
Function
OutputIterator adjacent_difference
sprout/numeric/cxx14/adjacent_difference.hpp:26
Function
OutputIterator amplitude_spectrum
sprout/numeric/dft/cxx14/amplitude_spectrum.hpp:24
Function
OutputIterator clamp_range
sprout/algorithm/cxx14/clamp_range.hpp:24
Function
OutputIterator copy
sprout/algorithm/cxx14/copy.hpp:23
← previous
next →
1,101–1,200 of 6,359, ranked by callers