DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 10.6.0-1 / yo / overloading / examples / binary1.h
12345678
class Binary { public: Binary(); Binary(int value); }; Binary operator+(Binary const &lhs, Binary const &rhs);