-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
Right now there is the SnakeCaseToCamelCase and SnakeCaseToPascalCase but in my case the c++ fields are camel case and I'd like to write a toml file in snake case.
I think it'd be a great feature to generalize the case convertion to allow more use cases.
After a quick look, it seems like the 2 processors I mentioned above have very similar code with just one function differing between them.
There could be an interface like rfl::ConvertCase<rfl::SnakeCase, rfl::CamelCase> which would convert snake to camel case if that conversion is available. Or keep the current format with just a base and more conversion functions.
Metadata
Metadata
Assignees
Labels
No labels