constexpr_clamp
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 4 Nov 2017 22:34:00 +0000 (15:34 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 4 Nov 2017 22:35:38 +0000 (15:35 -0700)
commit6ca1c3b610d25e267321f2d27c6a38496cc6f9c5
tree0629c2eac2c89e0d21854369ff49cc2c9eddaf76
parent36ae3c3e9403dcef4677834bc920a70e15ddcbab
constexpr_clamp

Summary:
[Folly] `constexpr_clamp`.

Like `std::clamp` (C++17).

Reviewed By: Orvid

Differential Revision: D6236825

fbshipit-source-id: 0f6c5dc9a955b148021ee6ed3e86201b53ae090c
folly/ConstexprMath.h
folly/test/ConstexprMathTest.cpp