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
static_access_builder.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\bimap\relation\detail\static_access_builder.hpp
Girar
Efecto
Propiedad
Historial
// Boost.Bimap // // Copyright (c) 2006-2007 Matias Capeletto // // 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) /// \file relation/detail/static_access_builder.hpp /// \brief Define macros to help building metafunctions #ifndef BOOST_BIMAP_RELATION_DETAIL_STATIC_ACCESS_BUILDER_HPP #define BOOST_BIMAP_RELATION_DETAIL_STATIC_ACCESS_BUILDER_HPP #if defined(_MSC_VER) && (_MSC_VER>=1200) #pragma once #endif #include
#include
#include
#include
#include
/****************************************************************************** BIMAP SYMMETRIC STATIC ACCESS INTERFACE ******************************************************************************* template< class Tag, class SYMETRIC_TYPE > struct NAME { -UNDEFINED BODY-; }; ******************************************************************************/ /*===========================================================================*/ #define BOOST_BIMAP_SYMMETRIC_STATIC_ACCESS_BUILDER( \ \ NAME, \ SYMMETRIC_TYPE, \ LEFT_BODY, \ RIGHT_BODY \ ) \ \ template \ < \ class Tag, \ class SYMMETRIC_TYPE, \ class Enable = void \ > \ struct NAME \ { \ BOOST_BIMAP_STATIC_ERROR( \ BOOST_PP_CAT(NAME,_FAILURE), \ (SYMMETRIC_TYPE,Tag) \ ); \ }; \ \ template< class Tag, class SYMMETRIC_TYPE > \ struct NAME \ < \ Tag, SYMMETRIC_TYPE, \ BOOST_DEDUCED_TYPENAME enable_if \ < \ ::boost::bimaps::relation::support::is_tag_of_member_at_left \ < \ Tag, \ SYMMETRIC_TYPE \ > \ \ >::type \ > \ { \ LEFT_BODY; \ }; \ \ template< class Tag, class SYMMETRIC_TYPE > \ struct NAME \ < \ Tag, SYMMETRIC_TYPE, \ BOOST_DEDUCED_TYPENAME enable_if \ < \ ::boost::bimaps::relation::support::is_tag_of_member_at_right \ < \ Tag, \ SYMMETRIC_TYPE \ > \ \ >::type \ > \ { \ RIGHT_BODY; \ }; /*===========================================================================*/ #endif // BOOST_BIMAP_RELATION_DETAIL_STATIC_ACCES_BUILDER_HPP
static_access_builder.hpp
Dirección de la página
Dirección del archivo
Anterior
4/5
Siguiente
Descargar
( 5 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.