mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 03:57:36 +02:00
13
include/boost/fusion/include/deref_data.hpp
Normal file
13
include/boost/fusion/include/deref_data.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2009 Christopher Schmidt
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_DEREF_DATA_HPP
|
||||
#define BOOST_FUSION_INCLUDE_DEREF_DATA_HPP
|
||||
|
||||
#include <boost/fusion/iterator/deref_data.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/key_of.hpp
Normal file
13
include/boost/fusion/include/key_of.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2009 Christopher Schmidt
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_KEY_OF_HPP
|
||||
#define BOOST_FUSION_INCLUDE_KEY_OF_HPP
|
||||
|
||||
#include <boost/fusion/iterator/key_of.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/value_of_data.hpp
Normal file
13
include/boost/fusion/include/value_of_data.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2009 Christopher Schmidt
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_VALUE_OF_DATA_HPP
|
||||
#define BOOST_FUSION_INCLUDE_VALUE_OF_DATA_HPP
|
||||
|
||||
#include <boost/fusion/iterator/value_of_data.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user