Chris@16: /*============================================================================= Chris@16: Copyright (c) 2010 Christopher Schmidt Chris@16: Chris@16: Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: ==============================================================================*/ Chris@16: Chris@16: #ifndef BOOST_FUSION_ADAPTED_ARRAY_VALUE_AT_IMPL_HPP Chris@16: #define BOOST_FUSION_ADAPTED_ARRAY_VALUE_AT_IMPL_HPP Chris@16: Chris@101: #include Chris@16: #include Chris@16: Chris@16: namespace boost { namespace fusion { namespace extension Chris@16: { Chris@16: template Chris@16: struct value_at_impl; Chris@16: Chris@16: template <> Chris@16: struct value_at_impl Chris@16: { Chris@16: template Chris@16: struct apply Chris@16: : remove_extent Chris@16: {}; Chris@16: }; Chris@16: }}} Chris@16: Chris@16: #endif