We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
performance-unnecessary-value-param
#include <string> void f(std::string type) { const char Type = type[0]; }
https://godbolt.org/z/ae3efnTvs