All Classes |Grouped Classes |Index

Function compare

Compare.

	static int CL_StringHelp::compare(
		const CL_StringRef8 & a,
		const CL_StringRef8 & b,
		bool case_insensitive = false);

	static int CL_StringHelp::compare(
		const CL_StringRef16 & a,
		const CL_StringRef16 & b,
		bool case_insensitive = false);