mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
parent
75cf20cace
commit
67afd7e315
@ -27,6 +27,9 @@ template<class T> struct addr_impl_ref
|
|||||||
|
|
||||||
inline addr_impl_ref( T & v ): v_( v ) {}
|
inline addr_impl_ref( T & v ): v_( v ) {}
|
||||||
inline operator T& () const { return v_; }
|
inline operator T& () const { return v_; }
|
||||||
|
|
||||||
|
private:
|
||||||
|
addr_impl_ref & operator=(const addr_impl_ref &);
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class T> struct addressof_impl
|
template<class T> struct addressof_impl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user