ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::Pair< T1, T2 > Class Template Reference

This class represents a simple generic pair. More...

#include <include/reactphysics3d/containers/Pair.h>

Public Member Functions

 Pair (const T1 &item1, const T2 &item2)
 Constructor.
 
bool operator== (const Pair< T1, T2 > &pair) const
 Overloaded equality operator.
 
bool operator!= (const Pair< T1, T2 > &pair) const
 Overloaded not equal operator.
 

Public Attributes

T1 first
 First element of the pair.
 
T2 second
 Second element of the pair.
 

Detailed Description

template<typename T1, typename T2>
class reactphysics3d::Pair< T1, T2 >

This class represents a simple generic pair.


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