|
||||
File indexing completed on 2025-01-18 09:53:09
0001 // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. 0002 // Use, modification and distribution are subject to the Boost Software License, 0003 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt). 0005 // 0006 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 0007 // 0008 // defines traits classes for arithmetic types: 0009 // is_void, is_integral, is_float, is_arithmetic, is_fundamental. 0010 0011 #ifndef BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED 0012 #define BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED 0013 0014 #include <boost/type_traits/is_arithmetic.hpp> 0015 #include <boost/type_traits/is_float.hpp> 0016 #include <boost/type_traits/is_fundamental.hpp> 0017 #include <boost/type_traits/is_integral.hpp> 0018 #include <boost/type_traits/is_void.hpp> 0019 0020 #endif // BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |