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