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
components_as_mpl_sequence.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\function_types\detail\components_as_mpl_sequence.hpp
Girar
Efecto
Propiedad
Historial
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ #ifndef BOOST_FT_DETAIL_COMPONENTS_AS_MPL_SEQUENCE_HPP_INCLUDED #define BOOST_FT_DETAIL_COMPONENTS_AS_MPL_SEQUENCE_HPP_INCLUDED #include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
namespace boost { namespace mpl { template<> struct size_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::size
{ }; }; template<> struct empty_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::empty
{ }; }; template<> struct front_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::front
{ }; }; template<> struct back_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::back
{ }; }; template<> struct at_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S, typename N > struct apply : mpl::at
{ }; }; template<> struct begin_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::begin
{ }; }; template<> struct end_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : mpl::end
{ }; }; template<> struct clear_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : S { typedef apply type; typedef typename mpl::clear< typename S::types >::type types; }; }; template<> struct push_front_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S, typename T > struct apply : S { typedef apply type; typedef typename mpl::push_front< typename S::types, T >::type types; }; }; template<> struct pop_front_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : S { typedef apply type; typedef typename mpl::pop_front< typename S::types >::type types; }; }; template<> struct push_back_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S, typename T > struct apply : S { typedef apply type; typedef typename mpl::push_back< typename S::types, T >::type types; }; }; template<> struct pop_back_impl < function_types::detail::components_mpl_sequence_tag > { template< typename S > struct apply : S { typedef apply type; typedef typename mpl::pop_back< typename S::types >::type types; }; }; } } // namespace ::boost::mpl #endif
components_as_mpl_sequence.hpp
Dirección de la página
Dirección del archivo
Anterior
3/9
Siguiente
Descargar
( 3 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.