예제 #1
0
파일: set.hpp 프로젝트: xuxiaowei007/YSLib
	bool
	operator()(const _tKey& x, const _tWrappedKey& y) const
	{
		return bool(comp(x, y.get()));
	}