12 namespace boost {
namespace mpl {
20 ( BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag1)
21 > BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag2)
24 , aux::cast2nd_impl< times_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< times_impl< Tag2,Tag2 >,Tag1, Tag2 >
31 template<>
struct times_impl<
na,
na >
33 template<
typename U1,
typename U2 >
struct apply
42 template<
typename U1,
typename U2 >
struct apply
51 template<
typename U1,
typename U2 >
struct apply
66 ,
typename N3 =
na,
typename N4 =
na,
typename N5 =
na
69 :
times< times< times< times< N1,N2 >, N3>, N4>, N5>
74 typename N1,
typename N2,
typename N3,
typename N4
78 :
times< times< times< N1,N2 >, N3>, N4>
83 , ( N1, N2, N3, N4,
na )
88 typename N1,
typename N2,
typename N3
92 :
times< times< N1,N2 >, N3>
97 , ( N1, N2, N3,
na,
na )
102 typename N1,
typename N2
106 typename times_tag<N1>::type
107 , typename times_tag<N2>::type
108 >::template apply< N1,N2 >::type
122 namespace boost {
namespace mpl {
126 template<
typename N1,
typename N2 >
struct apply
129 typename aux::largest_int<
130 typename N1::value_type
131 , typename N2::value_type
133 , ( BOOST_MPL_AUX_VALUE_WKND(N1)::value
134 * BOOST_MPL_AUX_VALUE_WKND(N2)::value