Examples
This chapter provides a variety of examples showing how to use bronto-refactor
to accomplish different types of refactors.
Changing return types
Changing a function's return type.
Converting between function and methods
Converting a free function to a member function on a class or struct and vice versa.
Making default arguments explicit
Removing a default argument from a function by making it explicit for all callers.
Renaming a function
Renaming a function globally.