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
bad_visit.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\variant\bad_visit.hpp
Girar
Efecto
Propiedad
Historial
//----------------------------------------------------------------------------- // boost variant/bad_visit.hpp header file // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // // Copyright (c) 2002-2003 // Eric Friedman // // 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) #ifndef BOOST_VARIANT_BAD_VISIT_HPP #define BOOST_VARIANT_BAD_VISIT_HPP #include
namespace boost { ////////////////////////////////////////////////////////////////////////// // class bad_visit // // Exception thrown when a visitation attempt via apply_visitor fails due // to invalid visited subtype or contents. // struct bad_visit : std::exception { public: // std::exception interface virtual const char * what() const throw() { return "boost::bad_visit: " "failed visitation using boost::apply_visitor"; } }; } // namespace boost #endif // BOOST_VARIANT_BAD_VISIT_HPP
bad_visit.hpp
Dirección de la página
Dirección del archivo
Anterior
2/10
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.