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
pointer_to_other.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\pointer_to_other.hpp
Girar
Efecto
Propiedad
Historial
#ifndef BOOST_POINTER_TO_OTHER_HPP_INCLUDED #define BOOST_POINTER_TO_OTHER_HPP_INCLUDED // // pointer_to_other.hpp // // (C) Copyright Ion Gazta�aga 2005. // Copyright (c) 2005 Peter Dimov. // // 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) // // See http://www.boost.org/libs/smart_ptr/pointer_to_other.html // namespace boost { // Defines the same pointer type (raw or smart) to another pointee type template
struct pointer_to_other; template
class Sp> struct pointer_to_other< Sp
, U > { typedef Sp
type; }; template
class Sp> struct pointer_to_other< Sp
, U > { typedef Sp
type; }; template
class Sp> struct pointer_to_other< Sp
, U > { typedef Sp
type; }; template
struct pointer_to_other< T*, U > { typedef U* type; }; } // namespace boost #endif // #ifndef BOOST_POINTER_TO_OTHER_HPP_INCLUDED
pointer_to_other.hpp
Dirección de la página
Dirección del archivo
Anterior
71/113
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.