Forward declares the Bitwise typeclass. More...
#include <boost/mpl11/detail/config.hpp>
#include <boost/mpl11/detail/std_size_t.hpp>
#include <boost/mpl11/fwd/bool.hpp>
#include <boost/mpl11/fwd/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_right< x, n > |
Bitwise right shift (>> ). More... | |
struct | boost::mpl11::shift_right_c< x, n > |
Equivalent to shift_right<x, size_t<n>> . More... | |
struct | boost::mpl11::shift_left< x, n > |
Bitwise left shift (<< ). More... | |
struct | boost::mpl11::shift_left_c< x, n > |
Equivalent to shift_left<x, size_t<n>> . More... | |
struct | boost::mpl11::compl_< x > |
Bitwise complement (~ ). More... | |
Forward declares the Bitwise typeclass.