c++ Programming Glossary: constant_index
Does C++ support compile-time counters? http://stackoverflow.com/questions/6166337/does-c-support-compile-time-counters #define COUNTER_READ_CRUMB TAG RANK ACC counter_crumb TAG constant_index RANK constant_index ACC #define COUNTER_READ TAG COUNTER_READ_CRUMB.. TAG RANK ACC counter_crumb TAG constant_index RANK constant_index ACC #define COUNTER_READ TAG COUNTER_READ_CRUMB TAG 1 COUNTER_READ_CRUMB.. 64 COUNTER_READ_CRUMB TAG 128 0 #define COUNTER_INC TAG constant_index COUNTER_READ TAG 1 constexpr counter_crumb TAG constant_index..
|