Helper function to get string_view of enums. #551
Closed
jbbjarnason
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yeah, go ahead and move it out of detail if you'd like to use it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using glz::enumerate ,I would like to get a constexpr std::string_view of the enum transpose.
Specifically this part of glaze
Would it make sense to make such a function in glz namespace? (as in not
glz::detail
)Beta Was this translation helpful? Give feedback.
All reactions