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 was wondering if it's possible to bind std::tuple using embind into a value_array, class_, or value_object.
I'm not quite sure how to do this since getting elements from the tuple uses a template function. I am able to bind std::pair since it has the fields first and second.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I was wondering if it's possible to bind
std::tuple
using embind into a value_array, class_, or value_object.I'm not quite sure how to do this since getting elements from the tuple uses a template function. I am able to bind
std::pair
since it has the fields first and second.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions