#ifndef SPROUT_FIXED_CONTAINER_CONST_POINTER_HPP #define SPROUT_FIXED_CONTAINER_CONST_POINTER_HPP #include #include namespace sprout { // // fixed_const_pointer // template struct fixed_const_pointer { public: typedef typename sprout::fixed_container_traits::const_pointer type; }; } // namespace sprout #endif // #ifndef SPROUT_FIXED_CONTAINER_CONST_POINTER_HPP