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