22 #ifndef OBJ_COUNTER_HPP 23 #define OBJ_COUNTER_HPP 27 template<
typename Obj>
31 static std::atomic<unsigned int>
count;
37 static unsigned int getCount() {
return count.load(); }
40 template<
typename Obj>
static std::atomic< unsigned int > count
static unsigned int getCount()
ObjCounter(const ObjCounter &obj)