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