如何忽略过滤器中的char序列?

时间:2015-05-12 15:40:40

标签: java android filter

如何忽略过滤器中的char序列?我想提出一些值,但无论他们的顺序如何,都能得到结果。

//Test.h
#include "Test2.h"

class Test
{
    Test2 t2;
};

//Test2.h
#include "Test.h"

class Test2
{
    Test t;
};

//main.cpp
#include "Test.h"

int main()
{
}

0 个答案:

没有答案