#ifndef SPROUT_DETAIL_SIZEOF_HPP #define SPROUT_DETAIL_SIZEOF_HPP #include #include #include namespace sprout { namespace detail { template struct sizeof_pack : public std::integral_constant {}; } // namespace detail } // namespace sprout #endif // #ifndef SPROUT_DETAIL_SIZEOF_HPP