x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
udt_builtin_mixture.hpp - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\numeric\conversion\detail\udt_builtin_mixture.hpp
Girar
Efecto
Propiedad
Historial
// � Copyright Fernando Luis Cacciola Carballal 2000-2004 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See library home page at http://www.boost.org/libs/numeric/conversion // // Contact the author at: fernando_cacciola@hotmail.com // #ifndef BOOST_NUMERIC_CONVERSION_DETAIL_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP #define BOOST_NUMERIC_CONVERSION_DETAIL_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP #include "boost/type_traits/is_arithmetic.hpp" #include "boost/numeric/conversion/udt_builtin_mixture_enum.hpp" #include "boost/numeric/conversion/detail/meta.hpp" #include "boost/mpl/integral_c.hpp" namespace boost { namespace numeric { namespace convdetail { // Integral Constants for 'UdtMixture' typedef mpl::integral_c
builtin2builtin_c ; typedef mpl::integral_c
builtin2udt_c ; typedef mpl::integral_c
udt2builtin_c ; typedef mpl::integral_c
udt2udt_c ; // Metafunction: // // for_udt_mixture
::type // // {UdtMixture} is one of the Integral Constants for UdMixture, declared above. // {BuiltIn2BuiltIn,BuiltIn2Udt,Udt2BuiltIn,Udt2Udt} are aribtrary types. (not metafunctions) // // According to the value of 'UdtMixture', selects the corresponding type. // template
struct for_udt_builtin_mixture { typedef typename ct_switch4
::type type ; } ; // Metafunction: // // get_udt_mixture
::type // // Selects the appropriate UdtMixture Integral Constant for the combination T,S. // template
struct get_udt_builtin_mixture { typedef is_arithmetic
S_builtin ; typedef is_arithmetic
T_builtin ; typedef typename for_both
::type type ; } ; } } } // namespace boost::numeric::convdetail #endif
udt_builtin_mixture.hpp
Dirección de la página
Dirección del archivo
Anterior
9/9 Siguiente
Descargar
( 2 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.