| JeVoisBase
		   1.23
		 JeVois Smart Embedded Machine Vision Toolkit Base Modules | 
 | 
A compile-time check that T has N bits. More...
#include <jevoisbase/Components/RoadFinder/Types.H>

| Public Types | |
| typedef type_if< T, sizeof(T) *8==N >::type | type | 
A compile-time check that T has N bits.
| typedef type_if<T,sizeof(T)*8==N>::type type_with_N_bits< T, N >::type |