Variable FortranArray2D._rows

struct FortranArray2D
{
  // ...
  size_t _rows ;
  // ...
}