diff --git a/doc/html/mp11.html b/doc/html/mp11.html index 64d4482..53c0e68 100644 --- a/doc/html/mp11.html +++ b/doc/html/mp11.html @@ -166,6 +166,7 @@
mp_all<T...>
mp_or<T...>
mp_any<T...>
mp_same<T...>
<boost/mp11/bind.hpp>
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 |