
7 Oct
2010
7 Oct
'10
2:28 a.m.
bounded<int> // bounds specified at runtime bounded_ct<int, 0, 10> // bounds specified as compile time constants
Looks good to me.
Maybe even "c" alone would suffice?
bounded_c<int, 0, 10>
Reminds me of boost::mpl::integral_c.
+1 for bounded and bounded_c. / Christian