...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::posix_time::operator>> —
template<typename charT> std::basic_istream< charT > & operator>>(std::basic_istream< charT > & is, time_period & tp);
operator>> for time_period. time_period must be in "[date time_duration/date time_duration]" format.