elseifchain()1 auto elseifchain() 2 { 3 bool a,b,c; 4 5 if (a) 6 { 7 } 8 else if (b) 9 { 10 } 11 else if (c) 12 { 13 } 14 } 15