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