Lines Matching refs:compressed_pair
26 All of the contents of `<boost/compressed_pair.hpp>` are defined inside
29 The class `compressed_pair` is very similar to `std::pair`, but if either of
38 class compressed_pair
50 compressed_pair() : base() {}
51 compressed_pair(first_param_type x, second_param_type y);
52 explicit compressed_pair(first_param_type x);
53 explicit compressed_pair(second_param_type y);
55 compressed_pair& operator=(const compressed_pair&);
63 void swap(compressed_pair& y);
69 `compressed_pair` can be instantiated for reference and array types,
76 zero-initialized by the `compressed_pair` default constructor: it's up
80 Note that `compressed_pair` can not be instantiated if either of the