MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::shift_right< x, n > Struct Template Reference

Bitwise right shift (>>). More...

#include <boost/mpl11/fwd/bitwise.hpp>

Detailed Description

template<typename x, typename n>
struct boost::mpl11::shift_right< x, n >

Bitwise right shift (>>).

n must be a non-negative Integer representing the number of positions to shift.