Does this

template<class T> T& deref( T* p ) { return *p; }

exist anywhere in Boost?

It's the kinda thing you need quite often when using bind, but I can't find it
anywhere, which surprised me!

Thanks,

- Rob.