Definition of the ContactID
alias and closely related code.
More...
Namespaces | |
playrho | |
Typedefs | |
using | playrho::ContactID = detail::IndexingNamedType< ContactCounter, struct ContactIdentifier > |
Contact identifier. More... | |
Functions | |
constexpr auto | playrho::IsValid (const ContactID &value) noexcept -> bool |
Determines validity of given value by comparing against playrho::InvalidContactID . More... | |
Variables | |
constexpr auto | playrho::InvalidContactID = ContactID{static_cast<ContactID::underlying_type>(-1)} |
Invalid contact ID value. More... | |
Definition of the ContactID
alias and closely related code.