Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Daddressof.hpp65 struct address_of { struct
66 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> { struct
86 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> { struct
94 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtags.hpp33 struct address_of {}; struct