Entity.functionRe
class Entity
auto functionRe =
regex(r"(template <[^>]+> )?" ~ r"(?P<return>([a-zA-Z0-9_&<,>* ]+|(::))+ )?" ~ r"(?P<name>(((~ )|(:: ))?[a-zA-Z0-9_]+|( :: ))+)" ~ r"(o?perator *.[^(]*)?" ~ r" \( (?P<args>[a-zA-Z0-9_ :&<,>*]*)\)" ~ r"(?P<suffix> [a-zA-Z]+)*");
tooling Scanner Entity
constructorsfunctionsvariables