|
||||
File indexing completed on 2025-01-30 09:46:49
0001 ////////////////////////////////////////////////////////////////////////////// 0002 // 0003 // (C) Copyright David Abrahams, Vicente Botet 2009. 0004 // (C) Copyright Ion Gaztanaga 2009-2012. 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 // 0009 // See http://www.boost.org/libs/move for documentation. 0010 // 0011 ////////////////////////////////////////////////////////////////////////////// 0012 0013 //! \file 0014 //! A general library header that includes 0015 //! the rest of top-level headers. 0016 0017 #ifndef BOOST_MOVE_MOVE_HPP 0018 #define BOOST_MOVE_MOVE_HPP 0019 0020 #ifndef BOOST_CONFIG_HPP 0021 # include <boost/config.hpp> 0022 #endif 0023 # 0024 #if defined(BOOST_HAS_PRAGMA_ONCE) 0025 # pragma once 0026 #endif 0027 0028 #include <boost/move/detail/config_begin.hpp> 0029 #include <boost/move/utility.hpp> 0030 #include <boost/move/iterator.hpp> 0031 #include <boost/move/traits.hpp> 0032 #include <boost/move/algorithm.hpp> 0033 #include <boost/move/detail/config_end.hpp> 0034 0035 #endif //#ifndef BOOST_MOVE_MOVE_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |