Defines boost::mpl11::detail::logical_or::strict_is_same.
More...
#include <boost/mpl11/detail/std_is_same.hpp>#include <boost/mpl11/fwd/bool.hpp>#include <boost/mpl11/bool.hpp>Go to the source code of this file.
Typedefs | |
| template<typename... xs> | |
| using | boost::mpl11::detail::logical_or::strict_is_same = bool_< !std_is_same< strict_is_same_impl<(bool) xs::type::value...>, strict_is_same_impl<(xs::type::value, false)...> >::value > |
Strict (non short-circuiting) logical or implemented with is_same. More... | |
Defines boost::mpl11::detail::logical_or::strict_is_same.
1.8.7