I believe the answer is: square brackets [ ] operator
in C++, square brackets [ ] operator could be used to outputting an array in a class constructor that declared using pointers. The constructor should allocate an array and copy values from the pointer argument and should be returned in the element in the array you allocated.