Celero
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CopyCountingInt Class Reference

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 ()
 
CopyCountingIntoperator= (const CopyCountingInt &other)
 

Static Public Member Functions

static void resetCount ()
 
static size_t getCount ()
 

Public Attributes

int64_t val {0}
 

Detailed Description

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.


The documentation for this class was generated from the following file: