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
dependent.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\python\detail\dependent.hpp
Girar
Efecto
Propiedad
Historial
// Copyright David Abrahams 2002. // Distributed under 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) #ifndef DEPENDENT_DWA200286_HPP # define DEPENDENT_DWA200286_HPP namespace boost { namespace python { namespace detail { // A way to turn a concrete type T into a type dependent on U. This // keeps conforming compilers (those implementing proper 2-phase // name lookup for templates) from complaining about incomplete // types in situations where it would otherwise be inconvenient or // impossible to re-order code so that all types are defined in time. // One such use is when we must return an incomplete T from a member // function template (which must be defined in the class body to // keep MSVC happy). template
struct dependent { typedef T type; }; }}} // namespace boost::python::detail #endif // DEPENDENT_DWA200286_HPP
dependent.hpp
Dirección de la página
Dirección del archivo
Anterior
17/65
Siguiente
Descargar
( 976 B )
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.