Open Vankata453 opened 22 hours ago
Simple get_ and set_ member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with the inline compiler hint, so we can ensure function calls will be eliminated whenever possible.
get_
set_
inline
Simple
get_
andset_
member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with theinline
compiler hint, so we can ensure function calls will be eliminated whenever possible.