I have a class that has multiple constructors:
class Obj { public: Obj(int x, int y) {} Obj(std::string const& str) {} O