/usr/include/boost/fusion/adapted/struct
NameSizeModeActions
detail/-0755rm
adapt_assoc_struct.hpp62070644editdlrm
adapt_assoc_struct_named.hpp15760644editdlrm
adapt_struct.hpp72380644editdlrm
adapt_struct_named.hpp28440644editdlrm
define_assoc_struct.hpp31830644editdlrm
define_struct.hpp26120644editdlrm
define_struct_inline.hpp13330644editdlrm
Edit: /usr/include/boost/fusion/adapted/struct/define_struct_inline.hpp (1333B)
/*============================================================================= Copyright (c) 2012 Nathan Ridge 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_ADAPTED_STRUCT_DEFINE_STRUCT_INLINE_HPP #define BOOST_FUSION_ADAPTED_STRUCT_DEFINE_STRUCT_INLINE_HPP #include #include #include #define BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE( \ TEMPLATE_PARAMS_SEQ, NAME, ATTRIBUTES) \ \ BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE_IMPL( \ TEMPLATE_PARAMS_SEQ, \ NAME, \ ATTRIBUTES) #define BOOST_FUSION_DEFINE_STRUCT_INLINE(NAME, ATTRIBUTES) \ BOOST_FUSION_DEFINE_STRUCT_INLINE_IMPL(NAME, ATTRIBUTES) \ #endif