root/trunk/cbear.berlios.de/range/begin.test.cpp
| Revision 2, 362 bytes (checked in by sergey_shandar, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | #include <cbear.berlios.de/range/begin.hpp> |
| 2 | #include <cbear.berlios.de/array/ref.hpp> |
| 3 | |
| 4 | namespace R = cbear_berlios_de::range; |
| 5 | |
| 6 | int main() |
| 7 | { |
| 8 | const char Qwerty[] = "Qwerty"; |
| 9 | char QwertyM[] = "Qwerty"; |
| 10 | R::begin(CBEAR_BERLIOS_DE_ARRAY_REF("Qwerty")); |
| 11 | R::begin(CBEAR_BERLIOS_DE_ARRAY_REF(Qwerty)); |
| 12 | R::begin(CBEAR_BERLIOS_DE_ARRAY_REF(QwertyM)); |
| 13 | |
| 14 | } |
Note: See TracBrowser for help on using the browser.