Home
last modified time | relevance | path

Searched defs:rvalue_probe (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/
H A Dforeach.hpp482 struct rvalue_probe struct
484 struct private_type_ {};
488 >::type value_type;
489 operator value_type() { return *reinterpret_cast<value_type *>(this); } // never called in operator value_type()
490 …or T &() const { return *reinterpret_cast<T *>(const_cast<rvalue_probe *>(this)); } // never called in operator T&()
517 struct rvalue_probe struct
519 rvalue_probe(T &t, bool &b) in rvalue_probe() argument
525 struct private_type_ {};
530 >::type value_type;
534 >::type value_type;
[all …]