ADTF  3.18.2
get_size_of< T >

helper template to retrieve the given size as expression. More...

Static Public Attributes

static constexpr size_t value = sizeof(T)
 

Detailed Description

template<typename T>
struct adtf::base::penguin::detail::get_size_of< T >

helper template to retrieve the given size as expression.

Template Parameters
Tthe type to retrieve the size of

Definition at line 39 of file adtf_base_type_traits.h.