traits_fwd.hpp 493 B

123456789101112131415161718192021
  1. // Copyright (c) 2022 Denis Mikhailov
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_PFR_DETAIL_TRAITS_FWD_HPP
  6. #define BOOST_PFR_DETAIL_TRAITS_FWD_HPP
  7. #pragma once
  8. #include <boost/pfr/detail/config.hpp>
  9. namespace boost { namespace pfr {
  10. template<class T, class WhatFor>
  11. struct is_reflectable;
  12. }} // namespace boost::pfr
  13. #endif // BOOST_PFR_DETAIL_TRAITS_FWD_HPP