Home |All Classes |Grouped Classes |Index |Search

Function find_last_not_of

	size_type CL_BasicStringRef< CharType, CharTraits, std_string >::find_last_not_of(
		const CL_BasicStringRef & s,
		size_type  pos = npos );

	size_type CL_BasicStringRef< CharType, CharTraits, std_string >::find_last_not_of(
		const CharType * s,
		size_type  pos,
		size_type  n);

	size_type CL_BasicStringRef< CharType, CharTraits, std_string >::find_last_not_of(
		const CharType * s,
		size_type  pos = npos );

	size_type CL_BasicStringRef< CharType, CharTraits, std_string >::find_last_not_of(
		CharType c,
		size_type  pos = npos );