#include <boost/config.hpp>#include <boost/range/iterator_range_core.hpp>#include <boost/lexical_cast/bad_lexical_cast.hpp>#include <boost/lexical_cast/try_lexical_convert.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
Functions | |
| template<typename Target , typename Source > | |
| Target | boost::lexical_cast (const Source &arg) |
| template<typename Target > | |
| Target | boost::lexical_cast (const char *chars, std::size_t count) |
| template<typename Target > | |
| Target | boost::lexical_cast (const unsigned char *chars, std::size_t count) |
| template<typename Target > | |
| Target | boost::lexical_cast (const signed char *chars, std::size_t count) |
| template<typename Target > | |
| Target | boost::lexical_cast (const wchar_t *chars, std::size_t count) |
| template<typename Target > | |
| Target | boost::lexical_cast (const char16_t *chars, std::size_t count) |
| template<typename Target > | |
| Target | boost::lexical_cast (const char32_t *chars, std::size_t count) |