Sprout/sprout/range/algorithm/cxx14
2014-07-07 13:08:26 +09:00
..
bogo_sort.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
bozo_sort.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
clamp_range.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
copy_backward.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
copy_if.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
copy_until.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
copy_while.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
fill.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
for_each.hpp add algorithm for_each, gather 2014-07-07 13:08:26 +09:00
gather.hpp add algorithm for_each, gather 2014-07-07 13:08:26 +09:00
generate.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
inplace_merge.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
make_heap.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
merge.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
move.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
move_backward.hpp fix typo 2014-04-21 19:33:30 +09:00
next_permutation.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
nth_element.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
partial_sort.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
partial_sort_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
partition.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
partition_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
pop_heap.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
prev_permutation.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
push_heap.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
random_shuffle.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
random_swap.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
remove.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
remove_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
remove_copy_if.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
remove_if.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
replace.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
replace_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
replace_copy_if.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
replace_if.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
reverse.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
reverse_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
rotate.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
rotate_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
sample.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
set_difference.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
set_intersection.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
set_symmetric_difference.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
set_union.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
shuffle.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
sort.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
sort_heap.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
stable_partition.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
stable_sort.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
swap_ranges.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
transform.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
unique.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00
unique_copy.hpp add C++14 constexpr range algorithms 2014-04-09 18:11:40 +09:00