Blame view

3rdparty/boost_1_81_0/boost/describe.hpp 765 Bytes
598bfd3f   Hu Chunming   提交_GLIBCXX_USE_CX...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  #ifndef BOOST_DESCRIBE_HPP_INCLUDED
  #define BOOST_DESCRIBE_HPP_INCLUDED
  
  // Copyright 2020 Peter Dimov
  // Distributed under the Boost Software License, Version 1.0.
  // https://www.boost.org/LICENSE_1_0.txt
  
  #include <boost/describe/enumerators.hpp>
  #include <boost/describe/bases.hpp>
  #include <boost/describe/members.hpp>
  #include <boost/describe/enum.hpp>
  #include <boost/describe/class.hpp>
  #include <boost/describe/modifiers.hpp>
  #include <boost/describe/enum_to_string.hpp>
  #include <boost/describe/enum_from_string.hpp>
  #include <boost/describe/operators.hpp>
  #include <boost/describe/descriptor_by_name.hpp>
  #include <boost/describe/descriptor_by_pointer.hpp>
  #include <boost/describe/modifier_description.hpp>
  
  #endif // #ifndef BOOST_DESCRIBE_HPP_INCLUDED