|
A modern compiler will inline for you automatically if needed. Inlining doesn't guarantee faster code. It only is a *hint* to the compiler that code can be optimized.
For now, more importantly, one should wonder WHAT a class "removed" is...
If you want to make a class that encapsulates specialized string manipulation algorithms, then give the class a proper name.
__________________
|