
7 Oct
2010
7 Oct
'10
10:52 a.m.
2010/10/7 Robert Kawulak <robert.kawulak@gmail.com>
bounded<int> // bounds specified at runtime bounded_ct<int, 0, 10> // bounds specified as compile time constants
Personally, I like bounded_ct. The abbreviation CT corresponds RT (run time), which is commonly used.
Maybe even "c" alone would suffice?
In my opinion suffix _c does not suffice, because it reminds me of const. If I remember correctly, in MPL the _c suffix does mean const. Therefore I vote for _ct. Regards, Kris