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
lambda_fwd.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\lambda\detail\lambda_fwd.hpp
Girar
Efecto
Propiedad
Historial
// lambda_fwd.hpp - Boost Lambda Library ------------------------------- // Copyright (C) 1999, 2000 Jaakko J�rvi (jaakko.jarvi@cs.utu.fi) // // 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) // // For more information, see www.boost.org // ------------------------------------------------------- #ifndef BOOST_LAMBDA_FWD_HPP #define BOOST_LAMBDA_FWD_HPP namespace boost { namespace lambda { namespace detail { template
struct generate_error; } // -- placeholders -------------------------------------------- template
struct placeholder; // function_adaptors template
struct function_adaptor; template
class action; template
class lambda_functor; template
class lambda_functor_base; } // namespace lambda } // namespace boost // #define CALL_TEMPLATE_ARGS class A, class Env // #define CALL_FORMAL_ARGS A& a, Env& env // #define CALL_ACTUAL_ARGS a, env // #define CALL_ACTUAL_ARGS_NO_ENV a // #define CALL_REFERENCE_TYPES A&, Env& // #define CALL_PLAIN_TYPES A, Env #define CALL_TEMPLATE_ARGS class A, class B, class C, class Env #define CALL_FORMAL_ARGS A& a, B& b, C& c, Env& env #define CALL_ACTUAL_ARGS a, b, c, env #define CALL_ACTUAL_ARGS_NO_ENV a, b, c #define CALL_REFERENCE_TYPES A&, B&, C&, Env& #define CALL_PLAIN_TYPES A, B, C, Env namespace boost { namespace lambda { namespace detail { template
void do_nothing(A1&, A2&, A3&, A4&) {} } // detail } // lambda } // boost // prevent the warnings from unused arguments #define CALL_USE_ARGS \ ::boost::lambda::detail::do_nothing(a, b, c, env) #endif
lambda_fwd.hpp
Dirección de la página
Dirección del archivo
Anterior
11/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.