|
||||
File indexing completed on 2025-01-31 09:41:55
0001 /*============================================================================= 0002 Copyright (c) 2007 Tobias Schwinger 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 0008 #if !defined(BOOST_FUSION_REPETITIVE_VIEW_FWD_HPP_INCLUDED) 0009 #define BOOST_FUSION_REPETITIVE_VIEW_FWD_HPP_INCLUDED 0010 0011 namespace boost { namespace fusion 0012 { 0013 struct repetitive_view_tag; 0014 0015 template<typename Sequence> struct repetitive_view; 0016 }} 0017 0018 #endif 0019
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |