#include <typeinfo>
#include <string>
#include <boost/core/demangle.hpp>
#include <boost/core/explicit_operator_bool.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::type_info_wrapper |
A simple std::type_info wrapper that implements value semantic for type information objects. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
bool | boost::operator!= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT |
Inequality operator. More... | |
bool | boost::operator<= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT |
Ordering operator. More... | |
bool | boost::operator> (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT |
Ordering operator. More... | |
bool | boost::operator>= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT |
Ordering operator. More... | |
void | boost::swap (type_info_wrapper &left, type_info_wrapper &right) BOOST_NOEXCEPT |
Free swap for type info wrapper. More... | |
std::string | boost::to_string (type_info_wrapper const &ti) |
The function for exception serialization to string. More... | |
The header contains implementation of a type information wrapper.