[][src]Function cpp_std::eq_char16_t_u16_string

pub unsafe fn eq_char16_t_u16_string(
    lhs: impl CastInto<Ptr<char16_t>>,
    rhs: impl CastInto<Ref<U16String>>
) -> bool

Calls C++ function: bool std::operator==(const char16_t* __lhs, const std::basic_string<char16_t, std::char_traits<char16_t>, std::allocator<char16_t>>& __rhs).