Searched defs:DelegatingConstructor (Results 1 – 1 of 1) sorted by relevance
46 struct DelegatingConstructor { struct48 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() function49 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() argument