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
native.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\typeof\native.hpp
Girar
Efecto
Propiedad
Historial
// Copyright (C) 2006 Arkadiy Vertleyb // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_TYPEOF_NATIVE_HPP_INCLUDED #define BOOST_TYPEOF_NATIVE_HPP_INCLUDED #ifndef MSVC_TYPEOF_HACK #ifdef BOOST_NO_SFINAE namespace boost { namespace type_of { template
T& ensure_obj(const T&); }} #else #include
#include
namespace boost { namespace type_of { # ifdef BOOST_NO_SFINAE template
T& ensure_obj(const T&); # else template
typename enable_if
, T&>::type ensure_obj(T&); template
typename disable_if
, T&>::type ensure_obj(const T&); # endif }} #endif//BOOST_NO_SFINAE #define BOOST_TYPEOF(expr) BOOST_TYPEOF_KEYWORD(boost::type_of::ensure_obj(expr)) #define BOOST_TYPEOF_TPL BOOST_TYPEOF #define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) \ struct name {\ typedef BOOST_TYPEOF_TPL(expr) type;\ }; #define BOOST_TYPEOF_NESTED_TYPEDEF(name,expr) \ struct name {\ typedef BOOST_TYPEOF(expr) type;\ }; #endif//MSVC_TYPEOF_HACK #define BOOST_TYPEOF_REGISTER_TYPE(x) #define BOOST_TYPEOF_REGISTER_TEMPLATE(x, params) #endif//BOOST_TYPEOF_NATIVE_HPP_INCLUDED
native.hpp
Dirección de la página
Dirección del archivo
Anterior
8/24
Siguiente
Descargar
( 1 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.