Signature Description

const IndexVecType &
get_index() const;
        
It returns a const reference to the index container

IndexVecType &
get_index();
        
It returns a reference to the index container
C++ DataFrame