#include <Iguana/Utilities/classlib/utils/BitPattern.h>
Public Types | |
enum | { Pattern = BitPatternHelp<N>::template PatWrapper<T, Pat, Pattern = BitPatternHelp<N>::template PatWrapper<T } |
Builds up a bit pattern be repeating the basic pattern Pat of Width
bits wide to be N bits wide; N must be an integral multiple of Width. The building is done by progressively smaller patterns with template specialisations to terminate the trivial cases.
Definition at line 61 of file BitPattern.h.
anonymous enum |
Definition at line 63 of file BitPattern.h.
00063 { Pattern = BitPatternHelp<N>::template PatWrapper<T,Pat,Width>::Pattern };