Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-17 09:02:24

0001 #ifndef BOOST_UUID_DETAIL_NIL_UUID_INCLUDED
0002 #define BOOST_UUID_DETAIL_NIL_UUID_INCLUDED
0003 
0004 // Copyright 2025 Peter Dimov
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // https://www.boost.org/LICENSE_1_0.txt
0007 
0008 #include <boost/uuid/uuid.hpp>
0009 #include <boost/config.hpp>
0010 
0011 namespace boost {
0012 namespace uuids {
0013 
0014 BOOST_CXX14_CONSTEXPR inline uuid nil_uuid() noexcept
0015 {
0016     return {{}};
0017 }
0018 
0019 }} // namespace boost::uuids
0020 
0021 #endif // #ifndef BOOST_UUID_DETAIL_NIL_UUID_INCLUDED