Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:40:54

0001 #ifndef BOOST_MP11_DETAIL_MP_LIST_V_HPP_INCLUDED
0002 #define BOOST_MP11_DETAIL_MP_LIST_V_HPP_INCLUDED
0003 
0004 // Copyright 2023 Peter Dimov
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // http://www.boost.org/LICENSE_1_0.txt
0007 
0008 #include <boost/mp11/detail/config.hpp>
0009 
0010 namespace boost
0011 {
0012 namespace mp11
0013 {
0014 
0015 #if defined(BOOST_MP11_HAS_TEMPLATE_AUTO)
0016 
0017 // mp_list_v<A...>
0018 template<auto... A> struct mp_list_v
0019 {
0020 };
0021 
0022 #endif
0023 
0024 } // namespace mp11
0025 } // namespace boost
0026 
0027 #endif // #ifndef BOOST_MP11_DETAIL_MP_LIST_V_HPP_INCLUDED