Home
last modified time | relevance | path

Searched refs:addressof_null_t (Results 1 – 1 of 1) 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.hpp79 typedef decltype(nullptr) addressof_null_t; typedef
81 typedef std::nullptr_t addressof_null_t; typedef
85 struct address_of<addressof_null_t> {
86 typedef addressof_null_t type;
93 struct address_of<const addressof_null_t> {
94 typedef const addressof_null_t type;
101 struct address_of<volatile addressof_null_t> {
102 typedef volatile addressof_null_t type;
109 struct address_of<const volatile addressof_null_t> {
110 typedef const volatile addressof_null_t type;