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
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
-
Suppose I have some typedef to a fundamental type, like
using IdType = int
Is there a simple way to bind
IdType
so that there is a correspondingIdType
class in python, which is distinct fromint
?It seems like the appropriate approach would be something along the lines of,
Is this correct, or is there a better way?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions