#ifndef SPROUT_FIXED_CONTAINER_CONST_REFERENCE_HPP #define SPROUT_FIXED_CONTAINER_CONST_REFERENCE_HPP #include #include namespace sprout { // // fixed_const_reference // template struct fixed_const_reference { public: typedef typename sprout::fixed_container_traits::const_reference type; }; } // namespace sprout #endif // #ifndef SPROUT_FIXED_CONTAINER_CONST_REFERENCE_HPP