[][src]Function cpp_std::ge_char_string

pub unsafe fn ge_char_string(
    lhs: impl CastInto<Ptr<c_char>>,
    rhs: impl CastInto<Ref<String>>
) -> bool

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