Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/fusion/view/joint_view/detail/deref_impl.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*=============================================================================
0002     Copyright (c) 2001-2011 Joel de Guzman
0003 
0004     Distributed under the Boost Software License, Version 1.0. (See accompanying 
0005     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 ==============================================================================*/
0007 #if !defined(FUSION_DEREF_IMPL_07162005_0137)
0008 #define FUSION_DEREF_IMPL_07162005_0137
0009 
0010 #include <boost/fusion/support/config.hpp>
0011 #include <boost/fusion/iterator/detail/adapt_deref_traits.hpp>
0012 
0013 namespace boost { namespace fusion
0014 {
0015     struct joint_view_iterator_tag;
0016 
0017     namespace extension
0018     {
0019         template <typename Tag>
0020         struct deref_impl;
0021 
0022         template <>
0023         struct deref_impl<joint_view_iterator_tag>
0024             : detail::adapt_deref_traits {};
0025     }
0026 }}
0027 
0028 #endif
0029 
0030