|
bool | ipc::util::operator== (Native_handle val1, Native_handle val2) |
| Returns true if and only if the two Native_handle objects are the same underlying handle. More...
|
|
bool | ipc::util::operator!= (Native_handle val1, Native_handle val2) |
| Negation of similar == . More...
|
|
bool | ipc::util::operator< (Native_handle val1, Native_handle val2) |
| Returns a less-than comparison of two Native_handle objects, with the usual total ordering guarantees. More...
|
|
size_t | ipc::util::hash_value (Native_handle val) |
| Hasher of Native_handle for boost.unordered et al. More...
|
|
std::ostream & | ipc::util::operator<< (std::ostream &os, const Native_handle &val) |
| Prints string representation of the given Native_handle to the given ostream . More...
|
|