#ifndef SPROUT_CONTAINER_REBIND_SIZE_HPP #define SPROUT_CONTAINER_REBIND_SIZE_HPP #include #include namespace sprout { namespace containers { // // rebind_size // template::size_type Size> struct rebind_size { public: typedef typename sprout::container_transform_traits::template rebind_size::type type; }; } // namespace containers } // namespace sprout #endif // #ifndef SPROUT_CONTAINER_REBIND_SIZE_HPP