c++ priority queues(优先队列) 成员 empty():如果优先队列为空,则返回真
bool empty();
empty()函数返回真(true)如果优先队列为空,否则返回假(false)。