mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 13:24:02 +00:00
parent
0af1959b30
commit
f7aa9a8935
@ -179,6 +179,11 @@ unwrap_ref(T& t)
|
|||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<class T> inline T* get_pointer( reference_wrapper<T> const & r )
|
||||||
|
{
|
||||||
|
return r.get_pointer();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // #ifndef BOOST_REF_HPP_INCLUDED
|
#endif // #ifndef BOOST_REF_HPP_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user