예제 #1
0
파일: var.hpp 프로젝트: marcovc/procure
	bool operator==(const Var& s) const
	{	return getPImpl() == s.getPImpl();	}