0001 template <typename T> T PQ_LeftHeap<T>::getMax() { return _root->data; } //¶Ñ¶¥¼´ÊÇ×î´ó´ÊÌõ