tinympl  0.2
mini MPL library for C++11
tinympl::sizeof_< T > Class Template Reference

Returns an std::integral_constant<std::size_t,V> where V is the compile time size of the input type. More...

#include <tinympl/sizeof.hpp>

Inherits integral_constant< std::size_t, sizeof(T)>.

Detailed Description

template<class T>
class tinympl::sizeof_< T >

Returns an std::integral_constant<std::size_t,V> where V is the compile time size of the input type.


The documentation for this class was generated from the following file: