yomm2

friend_method

defined in <yorel/yomm2/cute.hpp>, also provided by <yorel/yomm2/keywords.hpp>

YOMM2_FRIEND

defined in <yorel/yomm2/macros.hpp>, also provided by <yorel/yomm2.hpp>

#define friend_method(container)
#define friend_method(container, return_type, name, (function-parameter-list))

Grant friendship to all the methods inside a container friend of a class, or to a specific method.

Example

See the containers example.