new C++ standard syntax? -> const std::vector<int> a<% 1,2,3 %>;

74 Views Asked by At

I stumbled upon this code without any explanation. Googling it is a nightmare, please explain what's this:

const std::vector<int> a<% 1,2,3 %>;
0

There are 0 best solutions below