Searched defs:constcast (Results 1 – 1 of 1) sorted by relevance
79 # define constcast(type, value) const_cast<type>(value) macro86 # define constcast(type, value) ((type)(value)) macro