SyntaxFix
Write A Post
Hire A Developer
Questions
This is not obscure, it's the C++ initialization list syntax
Basically, in your case, x will be initialized with _x, y with _y, z with _z.
x
_x
y
_y
z
_z