|
||||
File indexing completed on 2025-01-18 09:34:59
0001 /*============================================================================= 0002 Copyright (c) 2011 Eric Niebler 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(BOOST_FUSION_JOINT_VIEW_FWD_HPP_INCLUDED) 0008 #define BOOST_FUSION_JOINT_VIEW_FWD_HPP_INCLUDED 0009 0010 namespace boost { namespace fusion 0011 { 0012 struct joint_view_tag; 0013 0014 template <typename Sequence1, typename Sequence2> 0015 struct joint_view; 0016 }} 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |