A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are known to be zero at compile-time. More...

Public Types | |
| typedef zero | value_type |
Public Member Functions | |
| zero () | |
| Construct null. More... | |
| operator bool () const | |
| Return 0 for bool. More... | |
| operator label () const | |
| Return 0 for label. More... | |
| operator float () const | |
| Return 0 for float. More... | |
| operator double () const | |
| Return 0 for double. More... | |
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are known to be zero at compile-time.
| typedef zero value_type |
1.8.11