Function CSTL_wstring_const_end

Source
pub unsafe extern "C" fn CSTL_wstring_const_end(
    instance: CSTL_WideStringCRef,
) -> *const wchar_t
Expand description

Returns a const iterator (pointer) past the last character of the string.

If CSTL_wstring_empty(instance) == true then CSTL_wstring_const_begin(instance) == CSTL_wstring_const_end(instance).