inline void Pauta::insere(Aluno const& novo_aluno) { alunos.push_back(novo_aluno); } inline bool Pauta::vazia() const { return alunos.empty(); }