#include <climits>
#include <ios>
#include <limits>
#include <boost/config.hpp>
#include <boost/integer_traits.hpp>
#include <boost/mpl/if.hpp>
#include <boost/type_traits/is_abstract.hpp>
#include <boost/static_assert.hpp>
Go to the source code of this file.
Classes | |
class | boost::detail::lcast_abstract_stub |
struct | boost::detail::lcast_precision< T > |
Namespaces | |
namespace | boost |
namespace | boost::detail |
Functions | |
template<class T > | |
std::streamsize | boost::detail::lcast_get_precision (T *=0) |
template<class T > | |
void | boost::detail::lcast_set_precision (std::ios_base &stream, T *) |
template<class Source , class Target > | |
void | boost::detail::lcast_set_precision (std::ios_base &stream, Source *, Target *) |