hi. can someone help me? i don't understand in this example https://github.com/Olga-Yakovleva/RHVoice/blob/6ce2461e0a73c46d7ee809e9bd9fd316869aeaf0/src/core/language.cpp#L870 ```C++ stress_pattern stress=word_with_syls.eval("word_stress_pattern").as<stress_pattern>(); ``` `as<stress_pattern>()` is a function call or not?
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1231#issuecomment-248907389