Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-16 08:42:26

0001 // Copyright (c) 2022 Denis Mikhailov
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #ifndef BOOST_PFR_DETAIL_TRAITS_FWD_HPP
0007 #define BOOST_PFR_DETAIL_TRAITS_FWD_HPP
0008 #pragma once
0009 
0010 #include <boost/pfr/detail/config.hpp>
0011 
0012 namespace boost { namespace pfr {
0013 
0014 BOOST_PFR_BEGIN_MODULE_EXPORT
0015 
0016 template<class T, class WhatFor>
0017 struct is_reflectable;
0018 
0019 BOOST_PFR_END_MODULE_EXPORT
0020 
0021 }} // namespace boost::pfr
0022 
0023 #endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP
0024 
0025