class C { void f(int(*a)(int)) { //... does stuff } void f(bool(*a)(bool)) { //does stuff } int x(int i) { //stuff } bool x(bool b) { //stuff } void resolve() { this ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results