array::const_pointer
typedef const Ty *const_pointer;
The type describes an object that can serve as a constant pointer to elements of the sequence.
typedef const Ty *const_pointer;
The type describes an object that can serve as a constant pointer to elements of the sequence.