PlayRho  2.0.0
An interactive physics engine & library.
JointID.hpp File Reference

Definition of the JointID alias and closely related code. More...

Include dependency graph for JointID.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of the JointID alias and closely related code.