Home
last modified time | relevance | path

Searched defs:addr_impl_ref (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Daddressof.hpp24 template<class T> struct addr_impl_ref struct
26 T & v_;
28 inline addr_impl_ref( T & v ): v_( v ) {} in addr_impl_ref() argument
29 inline operator T& () const { return v_; } in operator T&()