Defines the Bitwise typeclass. More...
#include <boost/mpl11/fwd/bitwise.hpp>
#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/core.hpp>
#include <boost/mpl11/detail/config.hpp>
#include <boost/mpl11/detail/left_folds/variadic.hpp>
#include <boost/mpl11/integer.hpp>
Go to the source code of this file.
Classes | |
struct | boost::mpl11::bitand_< x1, x2, xn > |
Bitwise and (&& ). More... | |
struct | boost::mpl11::bitor_< x1, x2, xn > |
Bitwise or (|| ). More... | |
struct | boost::mpl11::bitxor< x1, x2, xn > |
Bitwise xor (^ ). More... | |
struct | boost::mpl11::shift_left< x, n > |
Bitwise left shift (<< ). More... | |
struct | boost::mpl11::shift_right< x, n > |
Bitwise right shift (>> ). More... | |
struct | boost::mpl11::compl_< x > |
Bitwise complement (~ ). More... | |
Defines the Bitwise typeclass.