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
And you want to automatically produce string to enum and enum to string convertor. Like this:
89
+
And you want to automatically produce string-to-enum and enum-to-string convertor. Like this:
88
90
89
91
```c++
90
92
inlineconstchar* AnimalsToString(Animals e)
@@ -338,11 +340,11 @@ In this cases method 'jinja2::reflect' reflects regular C++ type into jinja2 tem
338
340
# Current Jinja2 support
339
341
Currently, Jinja2Cpp supports the limited number of Jinja2 features. By the way, Jinja2Cpp is planned to be full [jinja2 specification](http://jinja.pocoo.org/docs/2.10/templates/)-conformant. The current support is limited to:
340
342
- expressions. You can use almost every style of expressions: simple, filtered, conditional, and so on.
341
-
-limited number of filters (**join**, **sort**, **default**)
342
-
-limited number of testers (**defined**, **startsWith**)
0 commit comments