PxPair

Defined in include/foundation/PxBasicTemplates.h

template<class F, class S>
class PxPair

Public Functions

inline PxPair()
inline PxPair(const F &f, const S &s)
inline PxPair(const PxPair &p)
inline PxPair &operator=(const PxPair &p)
inline bool operator==(const PxPair &p) const
inline bool operator<(const PxPair &p) const

Public Members

F first
S second