Home
last modified time | relevance | path

Searched refs: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
490 …operator T &() const { return *reinterpret_cast<T *>(const_cast<rvalue_probe *>(this)); } // never… in operator T&() argument
494 rvalue_probe<T> const make_probe(T const &) in make_probe()
496 return rvalue_probe<T>(); in make_probe()
517 struct rvalue_probe struct
519 rvalue_probe(T &t, bool &b) in rvalue_probe() function
554 rvalue_probe<T> make_probe(T &t, bool &b) { return rvalue_probe<T>(t, b); } in make_probe()
557 rvalue_probe<T const> make_probe(T const &t, bool &b) { return rvalue_probe<T const>(t, b); } in make_probe()