Open 3D Engine NvCloth Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
NvCloth::GenericId< Tag > Class Template Reference

#include <Types.h>

Public Member Functions

 GenericId (const AZ::u64 value)
 
bool IsValid () const
 
AZ::u64 GetValue () const
 
bool operator== (const GenericId &id) const
 
bool operator!= (const GenericId &id) const
 
bool operator< (const GenericId &id) const
 

Detailed Description

template<typename Tag>
class NvCloth::GenericId< Tag >

Wrapper class to provide type safe id.

Note
Make use of the template tag technique (phantom types) to provide type safe variants of all ids.

The documentation for this class was generated from the following file: