A curious question about the process of Friend Functions on Cpp.
Can we use friend functions as setters and getters (Manipulators, Accessors), or in other words, what is the difference between them, knowing that setters and getters are only for a specific using, and for underlying meaning, i'm talking abour performances and robustness too.
Thank you.