#include <boost/exception/exception.hpp>
#include <boost/exception/to_string_stub.hpp>
#include <boost/exception/detail/error_info_impl.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | boost::exception_detail::error_info_container_impl |
Namespaces | |
namespace | boost |
namespace | boost::exception_detail |
Functions | |
template<class E , class Tag , class T > | |
E const & | boost::operator<< (E const &, error_info< Tag, T > const &) |
template<class Tag , class T > | |
enable_if< has_to_string< T > , std::string >::type | boost::to_string (error_info< Tag, T > const &x) |