| 
| template<typename T >  | 
| bool  | vsmc::operator!= (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T , typename IntType >  | 
| SingleParticle< T >  | vsmc::operator+ (const SingleParticle< T > &sp, IntType n) | 
|   | 
| template<typename T , typename IntType >  | 
| SingleParticle< T >  | vsmc::operator+ (IntType n, const SingleParticle< T > &sp) | 
|   | 
| template<typename T >  | 
| SingleParticle< T > &  | vsmc::operator++ (SingleParticle< T > &sp) | 
|   | 
| template<typename T >  | 
| SingleParticle< T >  | vsmc::operator++ (SingleParticle< T > &sp, int) | 
|   | 
| template<typename T , typename IntType >  | 
| SingleParticle< T > &  | vsmc::operator+= (SingleParticle< T > &sp, IntType n) | 
|   | 
| template<typename T , typename IntType >  | 
| SingleParticle< T >  | vsmc::operator- (const SingleParticle< T > &sp, IntType n) | 
|   | 
| template<typename T >  | 
| std::ptrdiff_t  | vsmc::operator- (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T >  | 
| SingleParticle< T > &  | vsmc::operator-- (SingleParticle< T > &sp) | 
|   | 
| template<typename T >  | 
| SingleParticle< T >  | vsmc::operator-- (SingleParticle< T > &sp, int) | 
|   | 
| template<typename T , typename IntType >  | 
| SingleParticle< T > &  | vsmc::operator-= (SingleParticle< T > &sp, IntType n) | 
|   | 
| template<typename T >  | 
| bool  | vsmc::operator< (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T >  | 
| bool  | vsmc::operator<= (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T >  | 
| bool  | vsmc::operator== (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T >  | 
| bool  | vsmc::operator> (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   | 
| template<typename T >  | 
| bool  | vsmc::operator>= (const SingleParticle< T > &sp1, const SingleParticle< T > &sp2) | 
|   |