]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
1d30682be19af391c772699e8db1f6a91cc0e541
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / mpl / aux_ / preprocessed / bcc_pre590 / modulus.hpp
1 \r
2 // Copyright Aleksey Gurtovoy 2000-2004\r
3 //\r
4 // Distributed under the Boost Software License, Version 1.0. \r
5 // (See accompanying file LICENSE_1_0.txt or copy at \r
6 // http://www.boost.org/LICENSE_1_0.txt)\r
7 //\r
8 \r
9 // *Preprocessed* version of the main "modulus.hpp" header\r
10 // -- DO NOT modify by hand!\r
11 \r
12 namespace boost { namespace mpl {\r
13 \r
14 template<\r
15       typename Tag1\r
16     , typename Tag2\r
17     >\r
18 struct modulus_impl\r
19     : if_c<\r
20           ( BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag1)\r
21               > BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag2)\r
22             )\r
23 \r
24         , aux::cast2nd_impl< modulus_impl< Tag1,Tag1 >,Tag1, Tag2 >\r
25         , aux::cast1st_impl< modulus_impl< Tag2,Tag2 >,Tag1, Tag2 >\r
26         >::type\r
27 {\r
28 };\r
29 \r
30 /// for Digital Mars C++/compilers with no CTPS/TTP support\r
31 template<> struct modulus_impl< na,na >\r
32 {\r
33     template< typename U1, typename U2 > struct apply\r
34     {\r
35         typedef apply type;\r
36         BOOST_STATIC_CONSTANT(int, value  = 0);\r
37     };\r
38 };\r
39 \r
40 template< typename Tag > struct modulus_impl< na,Tag >\r
41 {\r
42     template< typename U1, typename U2 > struct apply\r
43     {\r
44         typedef apply type;\r
45         BOOST_STATIC_CONSTANT(int, value  = 0);\r
46     };\r
47 };\r
48 \r
49 template< typename Tag > struct modulus_impl< Tag,na >\r
50 {\r
51     template< typename U1, typename U2 > struct apply\r
52     {\r
53         typedef apply type;\r
54         BOOST_STATIC_CONSTANT(int, value  = 0);\r
55     };\r
56 };\r
57 \r
58 template< typename T > struct modulus_tag\r
59 {\r
60     typedef typename T::tag type;\r
61 };\r
62 \r
63 template<\r
64       typename BOOST_MPL_AUX_NA_PARAM(N1)\r
65     , typename BOOST_MPL_AUX_NA_PARAM(N2)\r
66     >\r
67 struct modulus\r
68 \r
69     : modulus_impl<\r
70           typename modulus_tag<N1>::type\r
71         , typename modulus_tag<N2>::type\r
72         >::template apply< N1,N2 >::type\r
73 {\r
74     BOOST_MPL_AUX_LAMBDA_SUPPORT(2, modulus, (N1, N2))\r
75 \r
76 };\r
77 \r
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, modulus)\r
79 \r
80 }}\r
81 \r
82 namespace boost { namespace mpl {\r
83 template<>\r
84 struct modulus_impl< integral_c_tag,integral_c_tag >\r
85 {\r
86     template< typename N1, typename N2 > struct apply\r
87 \r
88         : integral_c<\r
89               typename aux::largest_int<\r
90                   typename N1::value_type\r
91                 , typename N2::value_type\r
92                 >::type\r
93             , ( BOOST_MPL_AUX_VALUE_WKND(N1)::value\r
94                   % BOOST_MPL_AUX_VALUE_WKND(N2)::value\r
95                 )\r
96             >\r
97     {\r
98     };\r
99 };\r
100 \r
101 }}\r