[init_implicit]How to enable a tuple to be implicit converted to a class? #290
Answered
by
huangweiwu
huangweiwu
asked this question in
Q&A
-
I have a class point below, but the init_implicit code comes up with a compile error.
|
Beta Was this translation helpful? Give feedback.
Answered by
huangweiwu
Sep 6, 2023
Replies: 1 comment 9 replies
-
Do you have a constructor taking that exact argument? Perhaps you are missing a |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the corresponding constructor is indispensable.