#include <boost/config.hpp>
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/identity.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/is_enum.hpp>
#include <boost/type_traits/is_volatile.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/detail/type_trait_def.hpp>
#include <boost/type_traits/detail/type_trait_undef.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::type_traits | |
boost::type_traits::detail | |
Macros | |
#define | BOOST_TT_AUX_PROMOTE_NONSTANDARD_TYPE(T) |
#define | BOOST_TT_AUX_PROMOTE_FROM_INDEX(N, T) |
#define | BOOST_TT_AUX_PROMOTED_INDEX_TESTER(I, T) sized_type_for_promotion<I>::type promoted_index_tester(T); |
Functions | |
sized_type_for_promotion< 1 >::type | boost::type_traits::detail::promoted_index_tester (int) |
sized_type_for_promotion< 2 >::type | boost::type_traits::detail::promoted_index_tester (unsigned int) |
sized_type_for_promotion< 3 >::type | boost::type_traits::detail::promoted_index_tester (long) |
#define BOOST_TT_AUX_PROMOTE_NONSTANDARD_TYPE | ( | T | ) |