binary< N > Class Template Reference
List of all members.
Public Types |
enum | { bit = N % 10,
value = bit + (((binary<N/10>::value)<<1))
} |
enum | { bit = N % 10,
value = bit + (((binary<N/10>::value)<<1))
} |
Detailed Description
template<unsigned long int N>
class binary< N >
Definition at line 61 of file BeeSTEM.H.
The documentation for this class was generated from the following files: