#include "boost/config.hpp"
#include "boost/limits.hpp"
#include "boost/date_time/special_defs.hpp"
#include "boost/date_time/locale_config.hpp"
#include <ostream>
Classes | |
class | boost::date_time::int_adapter< int_type_ > |
Adapter to create integer types with +-infinity, and not a value. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::date_time | |
Functions | |
template<class charT , class traits , typename int_type > | |
std::basic_ostream< charT, traits > & | boost::date_time::operator<< (std::basic_ostream< charT, traits > &os, const int_adapter< int_type > &ia) |
Expected output is either a numeric representation or a special values representation. More... | |