• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4<!--
5    Copyright 2003, Eric Friedman, Itay Maman.
6
7    Distributed under the Boost Software License, Version 1.0. (See accompanying
8    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9-->
10<header name="boost/variant/bad_visit.hpp">
11  <namespace name="boost">
12
13    <class name="bad_visit">
14      <inherit access="public">
15        <classname>std::exception</classname>
16      </inherit>
17
18      <purpose>
19        <simpara>The exception thrown in the event of a visitor
20          unable to handle the visited value.</simpara>
21      </purpose>
22
23      <method name="what" specifiers="virtual" cv="const">
24        <type>const char *</type>
25      </method>
26    </class>
27
28  </namespace>
29</header>
30