void function question

anyone know which of these one would expect to see more often in a large c++ library:

a) void f( T _t);
b) void f( T* _t);
c) void f( T const& _t) const;

thank you
No, because each has its own unique purpose.
Topic archived. No new replies allowed.