|
Celero
|
This is the main(int argc, char** argv) for the entire celero program. More...
Public Member Functions | |
| CopyCountingInt (int64_t v) | |
| CopyCountingInt (const CopyCountingInt &other) | |
| operator int64_t () | |
| CopyCountingInt & | operator= (const CopyCountingInt &other) |
Static Public Member Functions | |
| static void | resetCount () |
| static size_t | getCount () |
Public Attributes | |
| int64_t | val {0} |
This is the main(int argc, char** argv) for the entire celero program.
You can write your own, or use this macro to insert the standard one into the project. Keep track of how many times an integer is copied during sorting.
1.8.13