ReservationId.h
Go to the documentation of this file.
a (temporary) lock on a (stateful) helper channel
Definition: ReservationId.h:18
bool operator!=(const Helper::ReservationId &other) const
Definition: ReservationId.h:27
std::ostream & print(std::ostream &os) const
dumps the reservation info for debugging
Definition: ReservationId.cc:22
bool operator==(const Helper::ReservationId &other) const
Definition: ReservationId.h:26
STL namespace.
std::size_t result_type
Definition: ReservationId.h:53
result_type operator()(const argument_type &reservation) const noexcept
Definition: ReservationId.h:54
Helper::ReservationId argument_type
Definition: ReservationId.h:52