Home
last modified time | relevance | path

Searched refs:t_smaller (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/container/
H A Dvector.hpp2442 bool const t_smaller = this->size() < x.size(); in priv_swap() local
2443 vector &sml = t_smaller ? *this : x; in priv_swap()
2444 vector &big = t_smaller ? x : *this; in priv_swap()