Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
incdec.h File Reference

Go to the source code of this file.

Functions

template<class T>
operator++ (T &a)
 
template<class T>
operator++ (T &a, int)
 
template<class T>
operator-- (T &a)
 
template<class T>
operator-- (T &a, int)
 

Function Documentation

◆ operator++() [1/2]

template<class T>
T operator++ ( T & a)
inline

Definition at line 45 of file incdec.h.

◆ operator++() [2/2]

template<class T>
T operator++ ( T & a,
int  )
inline

Definition at line 50 of file incdec.h.

◆ operator--() [1/2]

template<class T>
T operator-- ( T & a)
inline

Definition at line 56 of file incdec.h.

◆ operator--() [2/2]

template<class T>
T operator-- ( T & a,
int  )
inline

Definition at line 61 of file incdec.h.