End of the recursion of the find_type_by_size class. More...
#include <types.hpp>
Public Types | |
typedef meta::if_then_else< sizeof(head_type) *8==Size, head_type, typenamefind_type_by_size< Size, queue_type >::type >::result | type |
If the size of head_type matches the desired one, then the result is head_type, otherwise we search the type in the remaining ones . | |
End of the recursion of the find_type_by_size class.
typedef meta::if_then_else<sizeof(head_type)*8==Size,head_type,typenamefind_type_by_size<Size,queue_type>::type>::result claw::find_type_by_size< Size, meta::no_type >::type |