std::gslice_array::~gslice_array
From cppreference.com
                    
                                        
                    < cpp | numeric | valarray | gslice array
                    
                                                            
                    
| ~gslice_array(); | ||
Destroys the indexes in the array. The elements referred to by the object are not modified.


