Warning, file /include/boost/fusion/adapted/struct/detail/value_of_data_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
0003
0004
0005
0006
0007
0008 #ifndef BOOST_FUSION_ADAPTED_STRUCT_DETAIL_VALUE_OF_DATA_IMPL_HPP
0009 #define BOOST_FUSION_ADAPTED_STRUCT_DETAIL_VALUE_OF_DATA_IMPL_HPP
0010
0011 namespace boost { namespace fusion { namespace extension
0012 {
0013 template <typename>
0014 struct value_of_data_impl;
0015
0016 template <>
0017 struct value_of_data_impl<struct_iterator_tag>
0018 : value_of_impl<struct_iterator_tag>
0019 {};
0020 }}}
0021
0022 #endif