Does thistemplate<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 itanywhere, which surprised me!Thanks,- Rob.