Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type definition wtime_facet

wtime_facet — wptime_facet is depricated and will be phased out. use wtime_facet instead

Synopsis

// In header: <boost/date_time/posix_time/posix_time_io.hpp>


typedef boost::date_time::time_facet< ptime, wchar_t > wtime_facet;

Description

ptime_facet is depricated and will be phased out. use time_facet instead wptime_input_facet is depricated and will be phased out. use wtime_input_facet instead ptime_input_facet is depricated and will be phased out. use time_input_facet instead


PrevUpHomeNext