Searched defs:address_of (Results 1 – 2 of 2) sorted by relevance
65 struct address_of { struct66 static BOOST_FORCEINLINE T* get(T& o, long) BOOST_NOEXCEPT { in get()70 static BOOST_FORCEINLINE T* get(T* p, int) BOOST_NOEXCEPT { in get()85 struct address_of<addressof_null_t> { struct86 typedef addressof_null_t type;87 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get()93 struct address_of<const addressof_null_t> { struct94 typedef const addressof_null_t type;95 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get()101 struct address_of<volatile addressof_null_t> { struct[all …]
33 struct address_of {}; struct