Searched defs:PolymorphicFunctor (Results 1 – 3 of 3) sorted by relevance
3460 struct PolymorphicFunctor { struct3461 typedef int result_type;3462 int operator()(int n) { return n; } in operator ()()3463 int operator()(const char* s) { return static_cast<int>(strlen(s)); } in operator ()()
3920 struct PolymorphicFunctor { struct3921 typedef int result_type;3922 int operator()(int n) { return n; } in operator ()()3923 int operator()(const char* s) { return static_cast<int>(strlen(s)); } in operator ()()
3922 struct PolymorphicFunctor { struct3923 typedef int result_type;3924 int operator()(int n) { return n; } in operator ()()3925 int operator()(const char* s) { return static_cast<int>(strlen(s)); } in operator ()()