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