13 namespace boost {
namespace mpl {
21 ( BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag1)
22 > BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag2)
25 , aux::cast2nd_impl< bitand_impl< Tag1,Tag1 >,Tag1, Tag2 >
26 , aux::cast1st_impl< bitand_impl< Tag2,Tag2 >,Tag1, Tag2 >
32 template<>
struct bitand_impl<
na,
na >
34 template<
typename U1,
typename U2 >
struct apply
43 template<
typename U1,
typename U2 >
struct apply
52 template<
typename U1,
typename U2 >
struct apply
67 ,
typename N3 =
na,
typename N4 =
na,
typename N5 =
na
70 :
bitand_< bitand_< bitand_< bitand_< N1,N2 >, N3>, N4>, N5>
75 typename N1,
typename N2,
typename N3,
typename N4
77 struct bitand_< N1,N2,N3,N4,
na >
79 : bitand_< bitand_< bitand_< N1,N2 >, N3>, N4>
84 , ( N1, N2, N3, N4,
na )
89 typename N1,
typename N2,
typename N3
91 struct bitand_< N1,N2,N3,
na,
na >
93 : bitand_< bitand_< N1,N2 >, N3>
98 , ( N1, N2, N3,
na,
na )
103 typename N1,
typename N2
105 struct bitand_< N1,N2,
na,
na,
na >
107 typename bitand_tag<N1>::type
108 , typename bitand_tag<N2>::type
109 >::template apply< N1,N2 >::type
123 namespace boost {
namespace mpl {
127 template<
typename N1,
typename N2 >
struct apply
130 typename aux::largest_int<
131 typename N1::value_type
132 , typename N2::value_type
134 , ( BOOST_MPL_AUX_VALUE_WKND(N1)::value
135 & BOOST_MPL_AUX_VALUE_WKND(N2)::value