From e67e6ce89dc51880d80310296717cbecfc0c1014 Mon Sep 17 00:00:00 2001
From: Peter Dimov mp_all<T...>
mp_or<T...>
mp_any<T...>
mp_same<T...>
<boost/mp11/bind.hpp>
@@ -2087,6 +2088,21 @@
but does not perform short-circuit evaluation.
template<class... T> using mp_same = /*...*/; ++
+ mp_same<T...>
+ is mp_true
if all the types
+ in T...
+ are the same type, mp_false
+ otherwise. mp_same<>
+ is mp_true
.
+
Last revised: May 17, 2017 at 17:44:23 GMT |
+Last revised: May 18, 2017 at 11:17:12 GMT |