mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
@ -179,6 +179,11 @@ unwrap_ref(T& t)
|
||||
return t;
|
||||
}
|
||||
|
||||
template<class T> inline T* get_pointer( reference_wrapper<T> const & r )
|
||||
{
|
||||
return r.get_pointer();
|
||||
}
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#endif // #ifndef BOOST_REF_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user