Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:53:10

0001 
0002 //  (C) Copyright John Maddock and Steve Cleary 2000.
0003 //  Use, modification and distribution are subject to the Boost Software License,
0004 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt).
0006 //
0007 //  See http://www.boost.org/libs/type_traits for most recent version including documentation.
0008 //
0009 //  macros and helpers for working with integral-constant-expressions.
0010 
0011 #ifndef BOOST_TT_ICE_HPP_INCLUDED
0012 #define BOOST_TT_ICE_HPP_INCLUDED
0013 
0014 #include <boost/type_traits/detail/yes_no_type.hpp>
0015 #include <boost/type_traits/detail/ice_or.hpp>
0016 #include <boost/type_traits/detail/ice_and.hpp>
0017 #include <boost/type_traits/detail/ice_not.hpp>
0018 #include <boost/type_traits/detail/ice_eq.hpp>
0019 
0020 #endif // BOOST_TT_ICE_HPP_INCLUDED