void fff(auto isStarted) { if (isStarted == true) std::cout << "ok"; else std::cout << "oups"; } fff(2);