Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:10:51

0001 //-----------------------------------------------------------------------------
0002 // boost variant/apply_visitor.hpp header file
0003 // See http://www.boost.org for updates, documentation, and revision history.
0004 //-----------------------------------------------------------------------------
0005 //
0006 // Copyright (c) 2003
0007 // Eric Friedman
0008 //
0009 // Distributed under the Boost Software License, Version 1.0. (See
0010 // accompanying file LICENSE_1_0.txt or copy at
0011 // http://www.boost.org/LICENSE_1_0.txt)
0012 
0013 #ifndef BOOST_VARIANT_APPLY_VISITOR_HPP
0014 #define BOOST_VARIANT_APPLY_VISITOR_HPP
0015 
0016 #include <boost/variant/detail/apply_visitor_unary.hpp>
0017 #include <boost/variant/detail/apply_visitor_binary.hpp>
0018 #include <boost/variant/detail/apply_visitor_delayed.hpp>
0019 
0020 #endif // BOOST_VARIANT_APPLY_VISITOR_HPP