|
typedef T & | RefType |
|
typedef const T & | ConstRefType |
|
|
template<class U > |
| ExcludeFundamental (const U &x) |
|
template<class U > |
const T & | operator= (const U &x) |
|
template<class U > |
| operator U () const |
|
| operator RefType () |
|
| operator ConstRefType () const |
|
T | operator+ (const T &x) const |
|
T | operator- (const T &x) const |
|
T | operator* (const T &x) const |
|
T | operator/ (const T &x) const |
|
T | operator% (const T &x) const |
|
T | operator+= (const T &x) |
|
T | operator-= (const T &x) |
|
T | operator*= (const T &x) |
|
T | operator/= (const T &x) |
|
T | operator%= (const T &x) |
|
bool | operator== (const T &x) const |
|
bool | operator== (const ExcludeFundamental< T > &x) const |
|
template<class U > |
bool | operator!= (U x) const |
|
The documentation for this struct was generated from the following file: