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