Home
last modified time | relevance | path

Searched refs:empty_helper_t1 (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/type_traits/
H A Dis_empty.hpp37 struct empty_helper_t1 : public T struct
39 empty_helper_t1(); // hh compiler bug workaround
43 empty_helper_t1(const empty_helper_t1&);
44 empty_helper_t1& operator=(const empty_helper_t1&);
65 bool, value = (sizeof(empty_helper_t1<T>) == sizeof(empty_helper_t2))
90 sizeof(empty_helper_t1<T>) == sizeof(empty_helper_t2)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp688 struct empty_helper_t1 : public T struct
690 empty_helper_t1(); // hh compiler bug workaround
694 empty_helper_t1(const empty_helper_t1&);
695 empty_helper_t1& operator=(const empty_helper_t1&);
709 static const bool value = sizeof(empty_helper_t1<T>) == sizeof(empty_helper_t2);