You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to wrap a class which makes use of C++ iterators, and would like to express this as a Javascript iterator. Is there any way to accomplish this using nbind (I don't think there are any macros for it) either via some manual workarounds directly mixing in NAPI, or via Javascript hacks after the fact?
The text was updated successfully, but these errors were encountered:
I'm trying to wrap a class which makes use of C++ iterators, and would like to express this as a Javascript iterator. Is there any way to accomplish this using nbind (I don't think there are any macros for it) either via some manual workarounds directly mixing in NAPI, or via Javascript hacks after the fact?
The text was updated successfully, but these errors were encountered: