Searched refs:t_smaller (Results 1 – 1 of 1) sorted by relevance
2442 bool const t_smaller = this->size() < x.size(); in priv_swap() local2443 vector &sml = t_smaller ? *this : x; in priv_swap()2444 vector &big = t_smaller ? x : *this; in priv_swap()