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