]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: random: added a deduction guide to make using the function object
authorJesse Williamson <nerd.cpp@gmail.com>
Wed, 4 Sep 2019 01:25:36 +0000 (18:25 -0700)
committerJesse Williamson <nerd.cpp@gmail.com>
Sat, 14 Sep 2019 21:20:59 +0000 (14:20 -0700)
commit2946455cd16d2205caa270924b844ad47c78d1ff
treeb15067473a55a8ba90748f2216569bc12dbde297
parentb6fca9a82661ca0be292241d1906ec0447c32dab
common: random: added a deduction guide to make using the function object
interface a bit nicer to use.

Signed-off-by: Jesse Williamson <nerd.cpp@gmail.com>
src/include/random.h
src/test/common/test_random.cc