コード例 #1
0
ファイル: set.hpp プロジェクト: xuxiaowei007/YSLib
	bool
	operator()(const _tKey& x, const _tWrappedKey& y) const
	{
		return bool(comp(x, y.get()));
	}