判断input是否包含test。comp是比较字符的二元判断式。local是std::local。
bool equals (input, test);
bool equals (input, test, comp)
bool iequals(input, test, local)
判断input是否和test相同。comp是比较字符的二元判断式。local是std::local。
bool all(input, pred);
判断input是否包含test。comp是比较字符的二元判断式。local是std::local。
bool equals (input, test);
bool equals (input, test, comp)
bool iequals(input, test, local)
判断input是否和test相同。comp是比较字符的二元判断式。local是std::local。
bool all(input, pred);