generators.hpp 515 B

12345678910111213141516
  1. #ifndef BOOST_UUID_GENERATORS_HPP_INCLUDED
  2. #define BOOST_UUID_GENERATORS_HPP_INCLUDED
  3. // Copyright 2006 Andy Tompkins
  4. // Copyright 2025 Peter Dimov
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // https://www.boost.org/LICENSE_1_0.txt
  7. #include <boost/uuid/nil_generator.hpp>
  8. #include <boost/uuid/string_generator.hpp>
  9. #include <boost/uuid/name_generator.hpp>
  10. #include <boost/uuid/random_generator.hpp>
  11. #include <boost/uuid/time_generator.hpp>
  12. #endif // #ifndef BOOST_UUID_GENERATORS_HPP_INCLUDED