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
const_iterator.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\range\detail\const_iterator.hpp
Girar
Efecto
Propiedad
Historial
// Boost.Range library // // Copyright Thorsten Ottosen 2003-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) // // For more information, see http://www.boost.org/libs/range/ // #ifndef BOOST_RANGE_DETAIL_CONST_ITERATOR_HPP #define BOOST_RANGE_DETAIL_CONST_ITERATOR_HPP #include
#include
////////////////////////////////////////////////////////////////////////////// // missing partial specialization workaround. ////////////////////////////////////////////////////////////////////////////// namespace boost { namespace range_detail { template< typename T > struct range_const_iterator_; template<> struct range_const_iterator_
{ template< typename C > struct pts { typedef BOOST_RANGE_DEDUCED_TYPENAME C::const_iterator type; }; }; template<> struct range_const_iterator_
{ template< typename P > struct pts { typedef BOOST_RANGE_DEDUCED_TYPENAME P::first_type type; }; }; template<> struct range_const_iterator_
{ template< typename T > struct pts { typedef const BOOST_RANGE_DEDUCED_TYPENAME remove_extent
::type* type; }; }; } template< typename C > class range_const_iterator { typedef BOOST_DEDUCED_TYPENAME range_detail::range
::type c_type; public: typedef BOOST_DEDUCED_TYPENAME range_detail::range_const_iterator_
::BOOST_NESTED_TEMPLATE pts
::type type; }; } #endif
const_iterator.hpp
Dirección de la página
Dirección del archivo
Anterior
6/20
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.