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
is_signed.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\type_traits\is_signed.hpp
Girar
Efecto
Propiedad
Historial
// (C) Copyright John Maddock 2005. // Use, modification and distribution are 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 http://www.boost.org/libs/type_traits for most recent version including documentation. #ifndef BOOST_TT_IS_SIGNED_HPP_INCLUDED #define BOOST_TT_IS_SIGNED_HPP_INCLUDED #include
#include
#include
#include
// should be the last #include #include
namespace boost { namespace detail{ #if !(defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238) template
struct is_signed_helper { typedef typename remove_cv
::type no_cv_t; BOOST_STATIC_CONSTANT(bool, value = (static_cast
(-1) < 0)); }; template
struct is_signed_select_helper { template
struct rebind { typedef is_signed_helper
type; }; }; template <> struct is_signed_select_helper
{ template
struct rebind { typedef false_type type; }; }; template
struct is_signed_imp { typedef is_signed_select_helper< ::boost::type_traits::ice_or< ::boost::is_integral
::value, ::boost::is_enum
::value>::value > selector; typedef typename selector::template rebind
binder; typedef typename binder::type type; #if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) BOOST_STATIC_CONSTANT(bool, value = is_signed_imp
::type::value); #else BOOST_STATIC_CONSTANT(bool, value = type::value); #endif }; #else template
struct is_signed_imp : public false_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; #ifdef BOOST_HAS_LONG_LONG template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; #endif #if defined(CHAR_MIN) && (CHAR_MIN != 0) template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; #endif #if defined(WCHAR_MIN) && (WCHAR_MIN != 0) template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; template <> struct is_signed_imp
: public true_type{}; #endif #endif } BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_signed,T,::boost::detail::is_signed_imp
::value) } // namespace boost #include
#endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED
is_signed.hpp
Dirección de la página
Dirección del archivo
Anterior
60/83
Siguiente
Descargar
( 4 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.