コード例 #1
0
	const bool operator ==(const FileType& file, const std::wstring& type)
	{
		return file.RelationType() == type;
	}
コード例 #2
0
	const bool operator ==(const std::wstring& type, const FileType& file)
	{
		return type == file.RelationType();
	}