[][src]Function cpp_std::stod_w_string_usize

pub unsafe fn stod_w_string_usize(
    str: impl CastInto<Ref<WString>>,
    idx: impl CastInto<MutPtr<usize>>
) -> c_double

Calls C++ function: double std::stod(const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>>& __str, std::size_t* __idx = …).