I want to define a templated functor for name comparison, that takes references as well as pointers. I want to use this for a normal find_if on a container of elements as well as for a container of pointers (unfortunately ptr_vector or the like is not an option). I want to define a templated functor for name c