I came across this code
float range[] = { 0, 256 }; const float* histRange = { range };
For me, { range } means \'array of array
{ range }