Add 'indirect_sort'

This commit is contained in:
Marshall Clow
2023-06-14 18:30:08 -07:00
parent faac048d59
commit 17c47e8061
5 changed files with 260 additions and 0 deletions

View File

@ -233,6 +233,8 @@ Convert a sequence of hexadecimal characters into a sequence of integers or char
Convert a sequence of integral types into a lower case hexadecimal sequence of characters
[endsect:hex_lower]
[include indirect_sort.qbk]
[include is_palindrome.qbk]
[include is_partitioned_until.qbk]