Claw 1.7.0
|
This meta class finds, in a list of types, the first type stored exactly with a given number of bits. More...
#include <types.hpp>
Public Types | |
typedef meta::if_then_else < sizeof(head_type)*8==Size, head_type, typename find_type_by_size< Size, queue_type >::type >::result | type |
This meta class finds, in a list of types, the first type stored exactly with a given number of bits.
Template parameters