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
zip_view.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\fusion\view\zip_view\zip_view.hpp
Girar
Efecto
Propiedad
Historial
/*============================================================================= Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2006 Dan Marsden 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) ==============================================================================*/ #if !defined(FUSION_ZIP_VIEW_23012006_0813) #define FUSION_ZIP_VIEW_23012006_0813 #include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
namespace boost { namespace fusion { namespace detail { template
struct all_references : fusion::result_of::equal_to
> >::type, typename fusion::result_of::end
::type> {}; struct seq_ref_size { template
struct result; template
struct result
{ static int const high_int = static_cast
( (static_cast
(~0) >> 1) - 1); typedef typename remove_reference
::type SeqClass; typedef typename mpl::eval_if< traits::is_forward
, result_of::size
, mpl::int_
>::type type; }; }; struct poly_min { template
struct result; template
struct result
{ typedef typename remove_reference
::type lhs; typedef typename remove_reference
::type rhs; typedef typename mpl::min
::type type; }; }; template
struct min_size { typedef typename result_of::transform
::type sizes; typedef typename result_of::fold
::type, detail::poly_min>::type type; }; } struct zip_view_tag; struct fusion_sequence_tag; template
struct zip_view : sequence_base< zip_view
> { typedef typename result_of::remove
::type real_sequences; BOOST_MPL_ASSERT((detail::all_references
)); typedef typename detail::strictest_traversal
::type category; typedef zip_view_tag fusion_tag; typedef fusion_sequence_tag tag; // this gets picked up by MPL typedef mpl::true_ is_view; typedef typename fusion::result_of::as_vector
::type sequences; typedef typename detail::min_size
::type size; zip_view( const Sequences& seqs) : sequences_(seqs) {}; sequences sequences_; }; }} #endif
zip_view.hpp
Dirección de la página
Dirección del archivo
Anterior 1/3
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.