123456789101112131415161718192021 |
- // Copyright (c) 2022 Denis Mikhailov
- //
- // 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 BHO_PFR_DETAIL_TRAITS_FWD_HPP
- #define BHO_PFR_DETAIL_TRAITS_FWD_HPP
- #pragma once
- #include <asio2/bho/pfr/detail/config.hpp>
- namespace bho { namespace pfr {
- template<class T, class WhatFor>
- struct is_reflectable;
- }} // namespace bho::pfr
- #endif // BHO_PFR_DETAIL_TRAITS_FWD_HPP
|