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
deque_keyed_values.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\container\deque\detail\deque_keyed_values.hpp
Girar
Efecto
Propiedad
Historial
/*============================================================================= Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2005-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(BOOST_FUSION_DEQUE_DETAIL_DEQUE_KEYED_VALUES_26112006_1330) #define BOOST_FUSION_DEQUE_DETAIL_DEQUE_KEYED_VALUES_26112006_1330 #include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define FUSION_VOID(z, n, _) void_ namespace boost { namespace fusion { struct void_; namespace detail { template
struct keyed_element; struct nil_keyed_element; template
struct deque_keyed_values_impl; template
struct deque_keyed_values_impl
{ typedef nil_keyed_element type; static type call() { return type(); } }; template
struct deque_keyed_values_impl { typedef mpl::int_
>::value> next_index; typedef typename deque_keyed_values_impl< next_index, BOOST_PP_ENUM_SHIFTED_PARAMS(FUSION_MAX_DEQUE_SIZE, T)>::type tail; typedef keyed_element
type; #include
}; template
struct deque_keyed_values : deque_keyed_values_impl
, BOOST_PP_ENUM_PARAMS(FUSION_MAX_DEQUE_SIZE, T)> {}; }}} #undef FUSION_VOID #endif
deque_keyed_values.hpp
Dirección de la página
Dirección del archivo
Anterior
7/11
Siguiente
Descargar
( 2 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.