Source of clearStub.cpp


  1: //  Created by Frank M. Carrano and Timothy M. Henry.
  2: //  Copyright (c) 2017 Pearson Education, Hoboken, New Jersey.

  4:  // STUB
  5:  template<class ItemType>
  6:  void ArrayBag<ItemType>::clear()
  7:  {
  8:     // STUB
  9:  }  // end clear